perkeep/third_party/code.google.com/p/go.crypto
mpl 6af01f6c71 vendor: move pkg/images dependencies from third_party
This change is in anticipation of moving pkg/images to go4.org, where it
should not depend on packages in third_party.

So:
third_party/github.com/nf/cr2 -> vendor/github.com/nf/cr2
third_party/github.com/rwcarlsen/goexif -> vendor/github.com/rwcarlsen/goexif
third_party/golang.org/x/image/tiff -> vendor/golang.org/x/image/tiff

Note that third_party/go/pkg/image/jpeg was also a dependency of
pkg/images. We had vendored image/jpeg from tip at the time because it
offered advantages over the version from Go1.3
(https://github.com/camlistore/camlistore/issues/463).
Since we now depend on Go1.5, we can go back to depend on the stdlib
version, so we simply remove third_party/go/pkg/image/jpeg and adjust
the imports accordingly.

Change-Id: Ifc8ffae0551102e644a0a0c67f3ff89e04df15c7
2015-12-18 22:15:33 +01:00
..
bcrypt Fix build, move more stuff from third_party to vendor. 2015-08-18 10:19:49 +02:00
blowfish Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
cast5 Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
md4 Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ocsp Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
openpgp vendor: move pkg/images dependencies from third_party 2015-12-18 22:15:33 +01:00
pbkdf2 Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ripemd160 Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
scrypt third_party: Import code.google.com/p/go.crypto/scrypt. 2013-12-23 20:39:30 +03:00
ssh Fix build, move more stuff from third_party to vendor. 2015-08-18 10:19:49 +02:00
twofish Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
xtea Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
AUTHORS Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
CONTRIBUTORS Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
codereview.cfg Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00

README

This repository holds supplementary Go cryptography libraries.

To submit changes to this repository, see http://golang.org/doc/contribute.html.