We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to find out how to generate a NOMS (nothing up my sleeve) taproot internal key as per the BIP https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#constructing-and-spending-taproot-outputs
The only place I find a reference to NOMS is here
NBitcoin/NBitcoin/Secp256k1/ECMultGenContext.cs
Line 49 in a1d0dfb
It seems to me all the methods to do it myself are internal, so perhaps I missed a public method to generate a NOMS key Any help would be welcomed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to find out how to generate a NOMS (nothing up my sleeve) taproot internal key as per the BIP
https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki#constructing-and-spending-taproot-outputs
The only place I find a reference to NOMS is here
NBitcoin/NBitcoin/Secp256k1/ECMultGenContext.cs
Line 49 in a1d0dfb
It seems to me all the methods to do it myself are internal, so perhaps I missed a public method to generate a NOMS key
Any help would be welcomed.
The text was updated successfully, but these errors were encountered: