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
Is it safe to use same private key in two or more algorithms?
I'm not sure, but I know to solve a system of equations that has two equations is definitely easier than solving one equation.
axon/core/run/src/lib.rs
Lines 532 to 534 in fd220ad
Lines 538 to 540 in fd220ad
Ref: BLST
axon/core/network/src/config.rs
Line 117 in fd220ad
Lines 608 to 612 in fd220ad
Lines 518 to 521 in fd220ad
axon/Cargo.lock
Lines 5909 to 5910 in fd220ad
Lines 5918 to 5919 in fd220ad
Ref:
The text was updated successfully, but these errors were encountered:
Not all valid secp256k1 private keys are valid bls private keys.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened
Is it safe to use same private key in two or more algorithms?
I'm not sure, but I know to solve a system of equations that has two equations is definitely easier than solving one equation.
BLST
axon/core/run/src/lib.rs
Lines 532 to 534 in fd220ad
axon/core/run/src/lib.rs
Lines 538 to 540 in fd220ad
Ref: BLST
Secp256k1 (Two different Version)
axon/core/network/src/config.rs
Line 117 in fd220ad
axon/core/run/src/lib.rs
Lines 608 to 612 in fd220ad
axon/core/run/src/lib.rs
Lines 518 to 521 in fd220ad
axon/Cargo.lock
Lines 5909 to 5910 in fd220ad
axon/Cargo.lock
Lines 5918 to 5919 in fd220ad
Ref:
The text was updated successfully, but these errors were encountered: