package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Mar 3, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
This is like normal FROST signing, but additionaly stores a (Taproot) tweak value to tweak the signature correctly.
Signature represents the result of a Schnorr signature.
This signature claims to satisfy:
z * G = R + H(R, Y, m) * Y
for a public key Y.
Verify checks if a signature equation actually holds.
Note that m is the hash of a message, and not the message itself.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.