Crate rc_crypto

Source

Re-exports§

pub use hawk;
pub use ece;

Modules§

aead
This crate provides all the cryptographic primitives required by this workspace, backed by the NSS library. The exposed API is pretty much the same as the ring crate.
agreement
constant_time
contentsignature
digest
ece_crypto
hkdf
hmac
pbkdf2
rand
signature

Structs§

Error

Enums§

ErrorKind

Functions§

ensure_initialized
Only required to be called if you intend to use this library in conjunction with the hawk or the ece crate.

Type Aliases§

Result