Godeps/_workspace/src/golang.org/x/crypto/cast5 | Package cast5 implements CAST5, as defined in RFC 2144. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp | Package openpgp implements high level operations on OpenPGP messages. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/armor | Package armor implements OpenPGP ASCII Armor, see RFC 4880. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/clearsign | Package clearsign generates and processes OpenPGP, clear-signed data. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/elgamal | Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," IEEE Transactions on Information Theory, v. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/errors | Package errors contains common error types for the OpenPGP packages. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/packet | Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. |
Godeps/_workspace/src/golang.org/x/crypto/openpgp/s2k | Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1. |