Crate ed25519_axolotl

Source
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ยง