secp256k1 curve.See: Description
| Class | Description |
|---|---|
| HashIntoSecp256k1 | |
| HashIntoSecp256k1Basic | |
| Secp256k1 |
An implementation of the secp256k1 curve with lazy evaluation of group operations.
|
| Secp256k1Basic |
An implementation of the secp256k1 curve with naive (non-lazy) evaluation of group operations.
|
secp256k1 curve.