v0.6.0
Changed
-
Use
base64ct
instead ofbase64
for base64 encoding/decoding. -
Update dependency to
rsa
0.7
and usersa::pkcs1v15::{SigningKey, VerifyingKey}
directly.Removed wrappers for RSA keys and implement
Signer
andVerifier
directly with the keys.Requires
sha2
crate withoid
feature andsignature
crate.See updated tests for examples.