We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BoxedUint
crypto-bigint v0.6.0-pre.0 has a much more featureful BoxedUint type than previous releases which hopefully supports all of the prerequisites required for random prime generation: https://docs.rs/crypto-bigint/0.6.0-pre.0/crypto_bigint/struct.BoxedUint.html
crypto-bigint
We would like to migrate from num-bigint-dig to crypto-bigint in the rsa crate, notably because the current implementation has a timing sidechannel vulnerability. A full migration will require prime generation / primality testing, hence my interest in this issue.
num-bigint-dig
rsa
The text was updated successfully, but these errors were encountered:
We will need something like the traits described in RustCrypto/crypto-bigint#70 (comment) to generalize the methods over Uint/BoxedUint
Uint
Sorry, something went wrong.
Integer
I've made a draft PR #36 to see what kind of traits we need for crypto-primes to work
crypto-primes
Successfully merging a pull request may close this issue.
crypto-bigint
v0.6.0-pre.0 has a much more featurefulBoxedUint
type than previous releases which hopefully supports all of the prerequisites required for random prime generation: https://docs.rs/crypto-bigint/0.6.0-pre.0/crypto_bigint/struct.BoxedUint.htmlWe would like to migrate from
num-bigint-dig
tocrypto-bigint
in thersa
crate, notably because the current implementation has a timing sidechannel vulnerability. A full migration will require prime generation / primality testing, hence my interest in this issue.The text was updated successfully, but these errors were encountered: