Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunes-platform/ed25519-axolotl
📦 Ed25519-like signatures with X25519 keys, Axolotl-style.
https://github.com/lunes-platform/ed25519-axolotl
axolotl blockchain crypto cryptocurrency cryptography ed25519 ethereum lunes
Last synced: 3 days ago
JSON representation
📦 Ed25519-like signatures with X25519 keys, Axolotl-style.
- Host: GitHub
- URL: https://github.com/lunes-platform/ed25519-axolotl
- Owner: lunes-platform
- License: apache-2.0
- Created: 2022-01-28T04:24:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T12:20:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T08:21:23.536Z (9 days ago)
- Topics: axolotl, blockchain, crypto, cryptocurrency, cryptography, ed25519, ethereum, lunes
- Language: Rust
- Homepage: https://docs.rs/ed25519-axolotl/
- Size: 94.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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](https://blockchain.lunes.io/telescope)## 🏗 Archtecture
- **Utils**
- random
- random_bytes *usize* -> *Vec*
- extras
- ...
- **Crypto**
- keys
- KeyPair::new *Option>* -> *KeyPair*
- prvk -> *Vec*
- pubk -> *Vec*
- signatures