pub type Signer<'a> = Matter<'a, SeedCode>;
core
Signing key seed — can produce signatures (actual crypto in cesr-crypto)
pub struct Signer<'a> { /* private fields */ }