Available on crate feature
modmath only.Expand description
Generic modmath backend adapters for fixed-width RSA public-key paths.
Structs§
- ModMath
Form - A value held in Montgomery form modulo a
ModMathParamsmodulus. - ModMath
Params - ModMath
Value alloc
Traits§
Functions§
- public_
key_ from_ be_ bytes - Construct a public key backed by the
modmathadapter from big-endian modulus bytes and a public exponent. - rsa_
public_ op - Apply the raw RSA public operation to a fixed-width block.