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

Modules

Cryptography functions

Utils functions