Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Math

  • ECDSA: A simple contract to do the following:
  1. Hash a piece of data using keccak256, output an object with hashed data.
  2. Recover a Secp256k1 signature to its public key, output an object with the public key.
  3. Verify a Secp256k1 signature, produce an event for whether it is verified.