Module signing

Module signing 

Source
Expand description

Separate module for signature algorithms.

Structs§

ChainSignature
Represents an ECDSA signature based on the secp256k1 curve with a recoverable public key. The signature uses Keccak256 as the hash function.
K256EcdsaSigningEngine
ECDSA signing engine based on the pure Rust k256 crate.
NativeEcdsaSigningEngine
ECDSA signing engine based on the fast secp256k1 crate.
OffchainSignature
Represents an EdDSA signature using the Ed25519 Edwards curve.

Traits§

EcdsaEngine
Trait for ECDSA signature engines.

Type Aliases§

Signature