Ed25519-like signatures with X25519 keys, Axolotl-style.
This repository is full of cryptography functions with some abstraction, be sure what you are doing
For the user guide and further documentation, please read Telescope
- Utils
- random
- random_bytes usize -> Vec
- extras
- ...
- random
- Crypto
- keys
- KeyPair::new Option<Vec> -> KeyPair
- prvk -> Vec
- pubk -> Vec
- KeyPair::new Option<Vec> -> KeyPair
- signatures
- keys