Expand description
Separate module for signature algorithms.
Structs§
- Chain
Signature - Represents an ECDSA signature based on the secp256k1 curve with a recoverable public key. The signature uses Keccak256 as the hash function.
- K256
Ecdsa Signing Engine - ECDSA signing engine based on the pure Rust
k256crate. - Native
Ecdsa Signing Engine - ECDSA signing engine based on the fast
secp256k1crate. - Offchain
Signature - Represents an EdDSA signature using the Ed25519 Edwards curve.
Traits§
- Ecdsa
Engine - Trait for ECDSA signature engines.