crypto library

Classes

Digest
A message digest as computed by a Hash or HMAC function.
Hash
An interface for cryptographic hash functions.
Hmac
An implementation of keyed-hash method authentication codes.

Constants

md5 → const Hash
An implementation of the MD5 hash function.
sha1 → const Hash
An implementation of the SHA-1 hash function.
sha224 → const Hash
An implementation of the SHA-224 hash function.
sha256 → const Hash
An implementation of the SHA-256 hash function.
sha384 → const Hash
An implementation of the SHA-384 hash function.
sha512 → const Hash
An implementation of the SHA-512 hash function.
sha512224 → const Hash
An implementation of the SHA-512/224 hash function.
sha512256 → const Hash
An implementation of the SHA-512/256 hash function.