Skip to main content

Signer

Type Alias Signer 

Source
pub type Signer<'a> = Matter<'a, SeedCode>;
Available on crate feature core only.
Expand description

Signing key seed — can produce signatures (actual crypto in cesr-crypto)

Aliased Type§

pub struct Signer<'a> { /* private fields */ }