This crate defines a general purpose API for various cryptographic primitives. It's goal is to provide an abstraction layer that allows you to switch your cryptographic backend easily.
The following primitives are covered: - Ciphers - Normal cipher - AEAD cipher - Streaming API
Hash
KDF
MAC
PBKDF
RNG
Asymmetric Signer