Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cryptography

The directory contains algorithms and utilities for various cryptographic methods.

  • hmac/ — HMAC
  • pow/ — Bitcoin-style proof-of-work (nBits target)
  • secp/ — secp256k1
  • sha2/ — SHA-2 family
  • sign/ — ECDSA / RFC6979 signing
  • vdf/ — Sloth verifiable delay function