From b4be86c9cc1913333ac2fa3af8bbebf8f675e342 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sun, 16 Feb 2020 19:55:41 +0100 Subject: [PATCH] [doc] List features on README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14304dd..5cd1cde 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. -- GitLab