Uh oh!
There was an error while loading. Please reload this page.
Minor post-transfer changes - #1
Conversation
newpavlov
commented
Dec 3, 2018
If you would like to continue being the main maintainer (and developer) of this crate, then I think the one to merge PRs (including this one) should be you. What do you think? |
dignifiedquire
commented
Dec 3, 2018
Makes sense, will merge once CI is happy and publish an initial version to crates.io later today |
newpavlov
commented
Dec 3, 2018
Ideally we should be able to use deterministic RNG source for tests and OS RNG for everything else, but unfortunately it's not that easy right now. |
newpavlov
commented
Dec 3, 2018
BTW it would be nice to also add fuzzing testing, see |
dignifiedquire
commented
Dec 3, 2018
Argh :/ I saw this once before in a project that uses this, but didn't realize it comes from here. Created an issue #2
Yes, definitely need this #3 |
jarlungoodoo73
left a comment
There was a problem hiding this comment.
Delete all red lines, green lines are all go, there the fix. Review, fix, finish
| [package] | ||
| name = "rsa" | ||
| version = "0.1.0" | ||
| authors = ["dignifiedquire <dignifiedquire@gmail.com>"] |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| name = "rsa" | ||
| version = "0.1.0" | ||
| authors = ["dignifiedquire <dignifiedquire@gmail.com>"] | ||
| description = "RSA implementation in Rust" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| authors = ["RustCrypto Developers", "dignifiedquire <dignifiedquire@gmail.com>"] | ||
| description = "Pure Rust RSA implementation" | ||
| license = "MIT OR Apache-2.0" | ||
| homepage = "https://github.com/dignifiedquire/rust-rsa" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| description = "Pure Rust RSA implementation" | ||
| license = "MIT OR Apache-2.0" | ||
| homepage = "https://github.com/dignifiedquire/rust-rsa" | ||
| repository = "https://github.com/dignifiedquire/rust-rsa" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| license = "MIT OR Apache-2.0" | ||
| homepage = "https://github.com/dignifiedquire/rust-rsa" | ||
| repository = "https://github.com/dignifiedquire/rust-rsa" | ||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| # RSA | ||
| [](https://crates.io/crates/rsa) [](https://docs.rs/rsa) [](https://travis-ci.org/RustCrypto/RSA) [](https://deps.rs/repo/github/RustCrypto/RSA) | ||
| > A portable RSA implementation in Rust. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| ## License | ||
| MIT or Apache 2.0 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Not sure about the minimum supported Rust version for CI, for now it's 1.27.