1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

Remove changelog

This commit is contained in:
Andrew Toth 2024-12-21 16:11:46 -05:00
parent fd60d8eded
commit 90e7027f19
No known key found for this signature in database
GPG key ID: 60007AFC8938B018

View file

@ -41,7 +41,7 @@ The basic proof generation uses a random scalar ''k'', the secret ''a'', and the
* Let ''e = hash(R<sub>1</sub> || R<sub>2</sub>)''.
* Let ''s = (k + e⋅a)''.
Providing only the point being proven ''C'', and ''e'' and ''s'' as a proof does not reveal ''a'' or ''k''.
Providing only ''C'', ''e'' and ''s'' as a proof does not reveal ''a'' or ''k''.
Verifying the proof involves recreating ''R<sub>1</sub>'' and ''R<sub>2</sub>'' with only ''e'' and ''s'' as follows:
@ -117,10 +117,6 @@ This proposal is compatible with all older clients.
A reference python implementation is included [./bip-DLEQ/reference.py here].
Test vectors can be generated by running `./bip-DLEQ/gen_test_vectors.py` which will produce a CSV file of random test vectors for both generating and verifying proofs. These can be run against the reference implementation with `./bip-DLEQ/run_test_vectors.py`.
== Changelog ==
TBD
== Footnotes ==
<references />