Crate rust_crypto_wasm [] [src]

Modules

aead
blake2b
blake2s
buffer
chacha20
chacha20poly1305
curve25519
digest
ed25519
hkdf

This module implements the HMAC-based Extract-and-Expand Key Derivation Function as specified by https://tools.ietf.org/html/rfc5869.

hmac

This module implements the Hmac function - a Message Authentication Code using a Digest.

mac

The mac module defines the Message Authentication Code (Mac) trait.

pbkdf2

This module implements the PBKDF2 Key Derivation Function as specified by http://tools.ietf.org/html/rfc2898.

poly1305
sha2

An implementation of the SHA-2 cryptographic hash algorithms.

sha3

An implementation of the SHA-3 cryptographic hash algorithms.

util