You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the tests are unchanged, i.e., they only test the default case where ctx is empty.
We should add tests to properly test this API when implemented. Obvious tests are:
Signing should yield a different signed message in case a different ctx is passed
Verification should fail if different ctx is passed than used in signing
Signing and verification should fail if ctxlen > 255
The text was updated successfully, but these errors were encountered:
FIPS204 and FIPS205 added an extra argument to the signing API named ctx:
#574 implemented this API in addition to the regular API - liboqs is planning the same API, btw:
Right now the tests are unchanged, i.e., they only test the default case where ctx is empty.
We should add tests to properly test this API when implemented. Obvious tests are:
The text was updated successfully, but these errors were encountered: