crypto/ directory
Directories ¶
Path | Synopsis |
---|---|
Godeps/_workspace/src/golang.org/x/crypto/bcrypt | Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
Godeps/_workspace/src/golang.org/x/crypto/blowfish | Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. |
Godeps/_workspace/src/golang.org/x/crypto/nacl | |
Godeps/_workspace/src/golang.org/x/crypto/nacl/secretbox | Package secretbox encrypts and authenticates small messages. |
Godeps/_workspace/src/golang.org/x/crypto/pbkdf2 | Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0. |
Godeps/_workspace/src/golang.org/x/crypto/poly1305 | Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf. |
Godeps/_workspace/src/golang.org/x/crypto/salsa20 | |
Godeps/_workspace/src/golang.org/x/crypto/salsa20/salsa | Package salsa provides low-level access to functions in the Salsa family. |
Godeps/_workspace/src/golang.org/x/crypto/scrypt | Package scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf). |
- Version
- v0.2.0
- Published
- Feb 25, 2016
- Platform
- linux/amd64
- Last checked
- 1 hour ago –
Tools for package owners.