12 releases (stable)
1.7.1 | Mar 29, 2022 |
---|---|
1.6.1 | Mar 4, 2022 |
1.5.0 | Feb 8, 2022 |
1.2.1 | Jan 28, 2022 |
0.1.5 | Jan 28, 2022 |
#38 in #cryptocurrencies
Used in 4 crates
(2 directly)
41KB
1K
SLoC
📦 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
- extras
- ...
- random
- Crypto
- keys
- KeyPair::new Option<Vec> -> KeyPair
- prvk -> Vec
- pubk -> Vec
- KeyPair::new Option<Vec> -> KeyPair
- signatures
- keys
lib.rs
:
📦 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
- extras
- ...
- random
- Crypto
- keys
- KeyPair::new Option<Vec> -> KeyPair
- prvk -> Vec
- pubk -> Vec
- KeyPair::new Option<Vec> -> KeyPair
- signatures
- keys
Dependencies
~310KB