Skip to content
Snippets Groups Projects
Select Git revision
  • bd5b36e9e56fa58e391965ecba5f2ff6f80d1b95
  • dev default protected
  • feature/build-apple-silicon
  • elois/legacy-crypto-box
  • hotfix/0.8
  • elois/fix-empty-pubkey
  • v0.8.4
  • v0.13.0
  • v0.12.1
  • v0.8.3
  • v0.8.2
  • v0.12.0
  • v0.11.1
  • v0.8.1
  • v0.11.0
  • v0.10.0
  • v0.9.1
  • v0.9.0
  • v0.8.0
19 results

dup-crypto-rs

Forked from libs / dup-crypto-rs
53 commits behind, 5 commits ahead of the upstream repository.
librelois's avatar
Éloïs authored
bd5b36e9
History

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.