-
Notifications
You must be signed in to change notification settings - Fork 177
Minor post-transfer changes #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dignifiedquire
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
|
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? |
Makes sense, will merge once CI is happy and publish an initial version to crates.io later today |
|
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. |
|
BTW it would be nice to also add fuzzing testing, see |
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
| 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.
| 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.
| 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.
| 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.
| # 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.
|
|
||
| ## License | ||
|
|
||
| MIT or Apache 2.0 |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Not sure about the minimum supported Rust version for CI, for now it's 1.27.