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
test(stack): compare bigint ORE samples numerically, not lexicographically
The plaintext comparator fell through to a String() compare for `bigint`
samples, so the two bigint ORE domains derived a numerically wrong expected
order (String(-42n) < String(-9223372036854775808n) while -42n > -9.2e18n).
The ORE ciphertext order was correct; only the expectation was wrong.
0 commit comments