flypto 0.1.0

Simplified cryptography library
Documentation
1
2
3
4
5
6
7
8

# Flypto - Fly Crypto Library

Provides simplified classes for a variety of cryptographic applications:
- AES encryption and decryption
- Argon2 key derivation, password hashing with verification
- Hkdf + Sha256 key derivation
- X25519 shared secret derivation from contrary public and private keys.