#ed25519 #axolotl #lunes #cryptography

ed25519-axolotl

Ed25519-like signatures with X25519 keys, Axolotl-style

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

#29 in #cryptocurrencies

33 downloads per month
Used in 4 crates (2 directly)

Apache-2.0

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
      • ...
  • Crypto
    • keys
      • KeyPair::new Option<Vec> -> KeyPair
        • prvk -> Vec
        • pubk -> Vec
    • signatures

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
      • ...
  • Crypto
    • keys
      • KeyPair::new Option<Vec> -> KeyPair
        • prvk -> Vec
        • pubk -> Vec
    • signatures

Dependencies

~310KB