v0.6.0
Changed
-
Use
base64ctinstead ofbase64for base64 encoding/decoding. -
Update dependency to
rsa0.7and usersa::pkcs1v15::{SigningKey, VerifyingKey}directly.Removed wrappers for RSA keys and implement
SignerandVerifierdirectly with the keys.Requires
sha2crate withoidfeature andsignaturecrate.See updated tests for examples.