Expand description
Optimized ECDSA implementation with the same functional interface as the ecdsa
crate
Structs§
- NonZero
Scalar - Public
Key - Signing
Key - This is placeholder struct for compatibility purposes with the
ecdsa
crate. Signing from private keys is not supported yet. - Verifying
Key
Traits§
- Verify
Custom Hook - To match the RustCrypto trait [VerifyPrimitive]. Certain curves have special verification logic outside of the general ECDSA verification algorithm. This trait provides a hook for such logic.
Functions§
- verify_
prehashed - Assumes that
sig
is proper encoding ofr, s
.