Trait flow_sdk::algorithms::SignatureAlgorithm[][src]

pub trait SignatureAlgorithm: Sealed {
    const CODE: u32;
    const NAME: &'static str;
}
Expand description

A signature algorithm.

Associated Constants

The code of the algorithm.

The name of the algorithm.

Implementors