Checkpoint: Signing seems to work, but there's a lot of cruft and cross-checks.

This commit is contained in:
2019-05-15 18:11:23 -07:00
parent d459850c54
commit 9cf0b587b2
7 changed files with 4137 additions and 167 deletions

View File

@@ -24,6 +24,8 @@ extern crate sha1;
extern crate sha2;
#[macro_use]
extern crate simple_asn1;
#[cfg(test)]
extern crate crypto;
/// The `rsa` module provides bare-bones support for RSA signing, verification,
/// encryption, decryption, and key generation.