perkeep/third_party/code.google.com/p/go.crypto
Brad Fitzpatrick 51e88cac65 Support for "planned permanodes" in pkg/jsonsign, pkg/schema and cmd/camput.
A planned permanode involves setting the contents of the permanode
(instead of a random string) as well as the OpenPGP signing time so
the resultant bytes of the blob (and thus its blobref) is deterministic.

This allows multiple independent devices (my laptops) to create the
same permanodes for the same files (photos backed up from my phone)
when offline (airplane) and then when they sync later, still only have
one permanode per unique file.  This means that tagging and other
metadata applied to permanodes on one laptop merge cleanly with
metadata from the other.
2012-07-28 16:32:31 -07:00
..
bcrypt Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08: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 Support for "planned permanodes" in pkg/jsonsign, pkg/schema and cmd/camput. 2012-07-28 16:32:31 -07: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
ssh Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08: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.