Brian Smith
1879c0555d
RSA: Flatten API by removing public
and keypair
submodules.
...
When looking at how this would generlaize to the other public key
cryptosystems (ECDSA, ED25519, etc.), I think having fewer submodules
involved makes more sense.
2021-09-29 13:01:25 -07:00
Brian Smith
f172986113
RSA: Replace RsaSubjectPublicKey
with rsa::public::Key
.
2021-09-27 13:09:01 -07:00
Brian Smith
998229f1e9
Rename RsaPublicKey
to RsaSubjectPublicKey`.
...
We'll probably use the name `RsaPublicKey` for something else.
2019-04-05 16:01:31 -10:00
Brian Smith
c125b2b4b1
Stop renaming symbols when publicly exporting them.
...
Rust tooling (rustdoc, and rustc error reporting) doesn't handle very well
the renaming of a symbol when exporting it.
2019-04-04 13:20:48 -10:00
Brian Smith
1445fa4367
Improve and test various key type Clone
/Debug
implementations.
2019-01-19 19:56:02 -10:00