pub trait Algorithm {
    // Required method
    fn id(&self) -> AsymmetricAlgorithmId;
}
Expand description

Marker trait for an asymmetric algorithm.

Required Methods§

Implementors§