package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Packages
Package aes implements AES encryption (formerly Rijndael), as defined in U.S.
Package cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations.
Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S.
Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.
Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in FIPS 186-3.
Package elliptic implements several standard elliptic curves over prime fields.
Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as
defined in U.S.
Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
Package rand implements a cryptographically secure pseudorandom number generator.
Package rc4 implements RC4 encryption, as defined in Bruce Schneier's Applied Cryptography.
Package rsa implements RSA encryption as specified in PKCS#1.
Package sha1 implements the SHA1 hash algorithm as defined in RFC 3174.
Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-2.
Package sha512 implements the SHA384 and SHA512 hash algorithms as defined in FIPS 180-2.
Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
Package tls partially implements TLS 1.0, as specified in RFC 2246.
Package x509 parses X.509-encoded keys and certificates.
# Functions
RegisterHash registers a function that returns a new instance of the given hash function.
# Constants
import code.google.com/p/go.crypto/md4.
import crypto/md5.
no implementation; MD5+SHA1 used for TLS RSA.
import code.google.com/p/go.crypto/ripemd160.
import crypto/sha1.
import crypto/sha256.
import crypto/sha256.
import crypto/sha512.
import crypto/sha512.
# Interfaces
PrivateKey represents a private key using an unspecified algorithm.
# Type aliases
Hash identifies a cryptographic hash function that is implemented in another package.