kestrel-crypto 3.0.1

Cryptography backend for Kestrel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Kestrel Cryptogrphy Library

Provides the cryptography backend for Kestrel. This is not meant to be a
general purpose cryptography library, but does include access to a number
of primitives.

API Includes

- X25519
- ChaCha20Poly1305
- Noise X protocol
- SHA256
- Scrypt
- HKDF-SHA256
- Random key generation
- Public Key authenticated encryption of data
- Password bassed authenticated encryption