Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

cardano-crypto-wrapper

The cryptographic primitives used in Cardano

  • Cryptographic hashing, using the cryptonite library.

  • Secure generation of cryptographically random numbers and ByteStrings.

  • Hierarchical derivation functionality for Hierarchical Deterministic key creation, for the wallet.

  • Cryptographic signing and signature checking.

  • To/FromCBOR (see the cardano-binary package) instances for the cryptographic data types.