Slide 13
Slide 13 text
currentSupport
Symmetric
Currently support a variety of common ciphers such as AES,
Camellia, 3DES, CAST5, etc. Most non-patent encumbered
block cipher modes are also supported.
hashing
Support for common hashing algorithm like SHA1 / SHA2,
RIPEMD160, Whirlpool and MD5, including HMAC support
for all supported hashes. Support for KDFs and TOTP.
Asymmetric Support
Supports RSA, DSA and elliptic curve for signing, verification,
encryption and decryption (for RSA). PKCS #1 and #8 key
loading done now.
fernet
A high level recipe designed to provide easy to use
authenticated encryption.
Tl;dr Authenticated Encryption at rest, Public key signatures & encryption,
Hashing, HMAC, Key derivation, two-factor (OTP)