pub trait SignatureAlgorithmInstance {
type Algorithm;
// Required method
fn algorithm(&self) -> Self::Algorithm;
}
pub trait SignatureAlgorithmInstance {
type Algorithm;
// Required method
fn algorithm(&self) -> Self::Algorithm;
}