Skip to content

Latest commit

 

History

History
 
 

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bubble Protocol Crypto Library

Cryptographic functions for the Bubble Protocol SDK.

Currently provides:

  • ECDSA (secp256k1) key management, sign, verify and recovery functions for EVM blockchains.
  • ECIES encrypt and decrypt functions

Dependencies

bitcoin-core/secp256k1