-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
In #1023 we added methods for SignMu()
and VerifyMu()
, which basically allows for pre-hashing. However in practice, to compute Mu, you have to hash the public key tr
, even though it is already present in both SigningKey::tr
and VerifyingKey::tr
.
Therefor I propose adding SigningKey::compute_mu()
and VerifyingKey::compute_mu()
to facilitate external mu signing and verifying.
tarcieri
Metadata
Metadata
Assignees
Labels
No labels