pub trait TransformationAlgorithm<S>where
S: CryptographicSuite,{
type Output;
}Expand description
Transformation algorithm definition.
pub trait TransformationAlgorithm<S>where
S: CryptographicSuite,{
type Output;
}Transformation algorithm definition.