Crypto
Table of Contents
Classes
- EC
- EC is a wrapper class for Elliptic Curve operations, specifically secp256k1 which is one specifically used for Ethereum. Internally it statically caches EC object, as it's instantiation has high runtime cost.
- Key
- Key is a representation for raw Ethereum private key. It contains essential utilities for its usage and is used in EthBinder as raw private key.
- Signature
- Signature is a class for handling and representing Ethereum signatures.