Trait win_crypto_ng::asymmetric::Algorithm
source · pub trait Algorithm {
// Required method
fn id(&self) -> AsymmetricAlgorithmId;
}
Expand description
Marker trait for an asymmetric algorithm.
pub trait Algorithm {
// Required method
fn id(&self) -> AsymmetricAlgorithmId;
}
Marker trait for an asymmetric algorithm.