diff --git a/README.md b/README.md index 14304dda4483657e8da83ff8f090673110766be6..5cd1cdea599379a7f8b5b987721e59fce887f650 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -dup-crypto-rs +# DUP Crypto + +Cryptographic toolkit for the DUBP(1) and DUNP(2) protocols. + +(1): DUniter Blockchain Protocol +(2): DUniter Network Protocol + +## Features + +* Rust traits to implement to any entity that can be signed. +* Base 16/58/64 encoding/decoding +* Sha256 hash function +* Secure random byte generation +* Scrypt to generate seed from credentials. +* Ed25519 functions to create and use ed25519 keypair.