Update readme.
This commit is contained in:
@ -21,6 +21,7 @@ Most (**theoretical!**) users should directly use one of the cryptographic *prot
|
||||
### Primitives
|
||||
|
||||
- Advanced Encryption Standard (FIPS 197): AES-128, AES-192, AES-256
|
||||
- Serpent (AES finalist)
|
||||
- Block Cipher Operation Modes: CBC-PKCS7
|
||||
- ChaCha20 (RFC 7539): ChaCha20 with 64-bit nonce and 64-bit counter, ChaCha20 with 96-bit nonce and 32-bit counter
|
||||
- Salsa20 (Bernstein, not standardized): Salsa20/20 with 256-key, Salsa20/20 with 128-bit key
|
||||
@ -38,7 +39,8 @@ Most (**theoretical!**) users should directly use one of the cryptographic *prot
|
||||
|
||||
### Primitives
|
||||
|
||||
- DES, 3DES
|
||||
- AES finalists: Rijndael (generalize AES), Twofish, RC6, MARS
|
||||
- Lucifer, DES, 3DES
|
||||
- Block cipher modes: CFB, OFB, CTR, GCM
|
||||
- Poly1305
|
||||
- SHA-512/t, SHA-3, HMAC
|
||||
@ -46,7 +48,7 @@ Most (**theoretical!**) users should directly use one of the cryptographic *prot
|
||||
- Cryptographically secure random BigInteger generation & primality testing
|
||||
- Elliptic Curve groups (over Fp fields)
|
||||
- ASN.1 (de)serialization from/into DER/PEM
|
||||
- Optimal Assymetric Encryption Padding (OAEP)
|
||||
- Optimal Asymmetric Encryption Padding (OAEP)
|
||||
|
||||
### Protocols
|
||||
|
||||
|
||||
Reference in New Issue
Block a user