bitcoinpqc 0.4.1

Tapscript signature algorithms for Bitcoin P2MR (BIP 360): secp256k1 Schnorr, ML-DSA-44, and SLH-DSA-SHA2-128s
1
2
3
"""BIP-360 P2MR construction reference (from bitcoin/bips#2202).
"""
from .p2mr import *  # noqa: F401,F403