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
The create_safe_primes() function calls generate_h1_h2_N_tilde():
create_safe_primes()
generate_h1_h2_N_tilde()
multi-party-ecdsa/src/protocols/multi_party_ecdsa/gg_2020/party_i.rs
Lines 179 to 199 in c94065f
However, in generate_h1_h2_N_tilde() the call to Paillier::keypair_safe_primes() is commented out:
Paillier::keypair_safe_primes()
Lines 138 to 140 in c94065f
Does this weaken the support for safe primes? Is using safe primes still recommended for production?
Thanks for any pointers 🙏
The text was updated successfully, but these errors were encountered:
wasm-pack
edition2021
No branches or pull requests
The
create_safe_primes()
function callsgenerate_h1_h2_N_tilde()
:multi-party-ecdsa/src/protocols/multi_party_ecdsa/gg_2020/party_i.rs
Lines 179 to 199 in c94065f
However, in
generate_h1_h2_N_tilde()
the call toPaillier::keypair_safe_primes()
is commented out:multi-party-ecdsa/src/protocols/multi_party_ecdsa/gg_2020/party_i.rs
Lines 138 to 140 in c94065f
Does this weaken the support for safe primes? Is using safe primes still recommended for production?
Thanks for any pointers 🙏
The text was updated successfully, but these errors were encountered: