śarkarā

Sarkara is a Post-Quantum cryptography library.
This is an experimental library, don't use it in production environment.
Public-key cryptography
- Authenticated encryption
- [x]
newhope-ascon
- [x]
newhope-hc256hmacblake2
- Signatures
- [x] [bliss](http://bliss.di.ens.fr/)
- Key exchange
- [x] [newhope](https://eprint.iacr.org/2015/1092)
Secret-key cryptography
- Authenticated encryption
- [x] [ascon (if it is CAESAR winner)](http://ascon.iaik.tugraz.at/)
- [x]
hc256hmacblake2
- Encryption
- [x] [hc256](http://www.ecrypt.eu.org/stream/hcpf.html)
- Authentication
- Key derivation
- [x] [argon2](https://password-hashing.net/)
Low-level functions
- Hashing
- [x] [blake2](https://blake2.net/)
Reference