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
Observed after merge #480: https://github.com/cloudflare/circl/blob/main/sign/mldsa/mldsa87/acvp_test.go#L48
has "keyGen" and "sigGen" but not "sigVer" (implemented already). However "sigVer" after enable won't work because need to implement a function similar to unsafeSignInternal() like unsafeVerifyInternal(), because exported Verify() uses ctx (empty), but two bytes with zero values are added before verified message anyway.
The text was updated successfully, but these errors were encountered:
Observed after merge #480:
https://github.com/cloudflare/circl/blob/main/sign/mldsa/mldsa87/acvp_test.go#L48
has "keyGen" and "sigGen" but not "sigVer" (implemented already). However "sigVer" after enable won't work because need to implement a function similar to unsafeSignInternal() like unsafeVerifyInternal(), because exported Verify() uses ctx (empty), but two bytes with zero values are added before verified message anyway.
The text was updated successfully, but these errors were encountered: