Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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