Expand description
ECDSA Signature verification algorithm implemented in Rust
This code is based on v2.2.0 of the starkbank-ecdsa Python library developed by Star Bank Star Bank.
Structs§
- Ecdsa
Curve - A struct representing the parameters of an elliptic curve used in ECDSA.
- Ecdsa
Signature - A struct representing an ECDSA signature with r and s components.
- Point3D
- A struct representing a point in 3D space for elliptic curve operations.