Struct tss_esapi::structures::XorScheme
source · pub struct XorScheme { /* private fields */ }Expand description
Struct for holding the xor scheme
Implementations§
source§impl XorScheme
impl XorScheme
sourcepub const fn new(
hashing_algorithm: HashingAlgorithm,
key_derivation_function: KeyDerivationFunction
) -> XorScheme
pub const fn new(
hashing_algorithm: HashingAlgorithm,
key_derivation_function: KeyDerivationFunction
) -> XorScheme
Creates a new XorScheme