Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 504 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 504 Bytes

The purpose of this package is to provide functionality for working with public and private key cryptography in Casper. This includes generating keys, working with PEM files, and generating and verifying signatures using both the ed25519 and secp256k1 algorithms. However, for ease of use, this implementation is hidden behind the common PublicKey and PrivateKey structs. (See documentation for more information.)