# 📦 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](https://blockchain.lunes.io/telescope) ## 🏗 Archtecture - **Utils** - random - random_bytes *usize* -> *Vec* - extras - ... - **Crypto** - keys - KeyPair::new *Option>* -> *KeyPair* - prvk -> *Vec* - pubk -> *Vec* - signatures