ed25519-axolotl

Crates.ioed25519-axolotl
lib.rsed25519-axolotl
version1.7.1
sourcesrc
created_at2022-01-28 04:32:14.063452
updated_at2022-03-29 21:39:21.958193
descriptionEd25519-like signatures with X25519 keys, Axolotl-style.
homepage
repositoryhttps://github.com/lunes-platform/ed25519-axolotl.git
max_upload_size
id522920
size58,318
Lucas Oliveira (olivmath)

documentation

README

📦 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
Commit count: 26

cargo fmt