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
I found something which may be mistake in our pinata-pqc's firmware, in poly.c line 850(r->coeffs[2i+0] &= 0xFFFFF;), maybe r->coeffs[2i+1] &= 0xFFFFF; is right?
I found something which may be mistake in our pinata-pqc's firmware, in poly.c line 850(r->coeffs[2i+0] &= 0xFFFFF;), maybe r->coeffs[2i+1] &= 0xFFFFF; is right?