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§
Enums§
Functions§
- ensure_
initialized - Only required to be called if you intend to use this library in conjunction
with the
hawk
or theece
crate.