1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-09-21 19:04:28 +00:00

Add BIP: Deterministic ECDSA Signatures

BIP specifying how to deterministically produce
valid ECDSA signatures using low-r grinding and
low-s normalization with RFC 6979.
This commit is contained in:
Liam Gilligan
2026-07-28 07:42:22 -07:00
parent 173f386dfb
commit b24f038c78
2 changed files with 258 additions and 0 deletions

View File

@@ -1520,6 +1520,13 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
| bubb1es, haris
| Specification
| Draft
|-
| [[bip-0461.md|461]]
| Applications
| Deterministic ECDSA Signatures
| Liam Gilligan
| Specification
| Draft
|}
<!-- IMPORTANT! See the instructions at the top of this page, do NOT JUST add BIPs here! -->