Open smhendrickson opened 1 year ago
This is a good idea. In the RSABSSA spec, the protocol outputs the "prepared message" (the thing signed) as well as the signature. We should do the same thing here. I don't think it needs to be an explicit output of Finalize
, but rather something that client implementations can choose to provide to callers as needed.
When writing a Token Verification procedure Ghous and I noted that an implementer must create the authenticator input exactly as described by the
msg_prime
creation:For example, this is an excerpt from public metadata issuance:
Should we instead have the Finalize method output
msg_prime
so it can be forwarded directly to the Verifier without reconstruction?