Expand description
ยง๐ฆ Ed25519 Axolotl
Ed25519-like signatures with X25519 keys, Axolotl-style.
ยงโ ๏ธ Caution
This repository is full of cryptography functions with some abstraction, be sure what you are doing
ยง๐ญ Telescope
For the user guide and further documentation, please read Telescope
ยง๐ Archtecture
- Utils
- random
- random_bytes usize -> Vec
- random_bytes usize -> Vec
- extras
- โฆ
- random
- Crypto
- keys
- KeyPair::new Option<Vec
> -> KeyPair- prvk -> Vec
- pubk -> Vec
- prvk -> Vec
- KeyPair::new Option<Vec
- signatures
- keys
Modulesยง
- Cryptography functions
- Utils functions