P2WOTS: 64 Slot Winternitz Signature UTXO's (Witness Version Three)#2194
Closed
opus-lux wants to merge 2 commits into
Closed
P2WOTS: 64 Slot Winternitz Signature UTXO's (Witness Version Three)#2194opus-lux wants to merge 2 commits into
opus-lux wants to merge 2 commits into
Conversation
fixed spelling errors
Author
|
@jonatack Hey, I will wait for community feedback before resubmitting. Sorry for getting mixed up on the order of things! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This document proposes P2WOTS, a new native Bitcoin output type using witness version three.
It provides post quantum security using only SHA-256, with no elliptic-curve key material anywhere.
The 34 byte scriptPubKey commits to a Merkle Key Tree over 64 independent WOTS+ one time key pairs (w=256, L=34).
This allows safe address reuse where each spend consumes a fresh slot key without ever violating the WOTS+ one time property.
Single sig witness: 42 items (~434 vbytes)
Native k-of-n multisig supported.
Sighash follows BIP-341 structure with distinct domain tag.
Full block verification overhead 736ms
Reference implementation against Bitcoin Core available and custom signet based on this code is live.
Requesting assignment of a BIP number!