Package crypto
Overview ?
Overview ?
Package crypto collects common cryptographic constants.
Index
Subdirectories
Name | Synopsis | |
---|---|---|
aes | Package aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197. | |
cipher | Package cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations. | |
des | Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3. | |
dsa | Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3. | |
ecdsa | Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3. | |
elliptic | Package elliptic implements several standard elliptic curves over prime fields. | |
hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. | |
md5 | Package md5 implements the MD5 hash algorithm as defined in RFC 1321. | |
rand | Package rand implements a cryptographically secure pseudorandom number generator. | |
rc4 | Package rc4 implements RC4 encryption, as defined in Bruce Schneier's Applied Cryptography. | |
rsa | Package rsa implements RSA encryption as specified in PKCS#1. | |
sha1 | Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174. | |
sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-2. | |
sha512 | Package sha512 implements the SHA384 and SHA512 hash algorithms as defined in FIPS 180-2. | |
subtle | Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly. | |
tls | Package tls partially implements TLS 1.0, as specified in RFC 2246. | |
x509 | Package x509 parses X.509-encoded keys and certificates. | |
pkix | Package pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP. |