Module ring::rsa::public_key
source · Structs§
- Inner 🔒
PublicKey
but without any superfluous allocations, optimized for one-shot RSA signature verification. - An RSA Public Key.
Functions§
- Returns the big-endian representation of
elem
that is the same length as the minimal-length big-endian representation of the modulusn
.