Skip to content
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

Small updates regarding libsecp256k1 #1

Merged
merged 1 commit into from
Oct 9, 2015

Conversation

sipa
Copy link
Contributor

@sipa sipa commented Oct 9, 2015

secp256k1 is the name of the curve and for historic reasons, also the repository name of
the Bitcoin crypto library libsecp256k1. It implements ECDSA and Schnorr signatures on
the secp256k1 curve. Multisigning support is a work in progress currently.

secp256k1-zkp is a fork of libsecp256k1 which adds Borromean Schnorr ring signatures,
Petersen commitments, and range proofs. It's specifically used for implementing the
Confidential Transactions technology used in Elements Alpha.

secp256k1 is the name of the curve and for historic reasons, also the repository name of
the Bitcoin crypto library libsecp256k1. It implements ECDSA and Schnorr signatures on
the secp256k1 curve. Multisigning support is a work in progress currently.

secp256k1-zkp is a fork of libsecp256k1 which adds Borromean Schnorr ring signatures,
Petersen commitments, and range proofs. It's specifically used for implementing the
Confidential Transactions technology used in Elements Alpha.
ChristopherA added a commit that referenced this pull request Oct 9, 2015
Small updates regarding libsecp256k1
@ChristopherA ChristopherA merged commit 26a5d86 into WebOfTrustInfo:master Oct 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants