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
Bah. Never mind. I assumed rem was the issue since it was the only change needed for compilation. It's actually that U512::from used to be hi, lo, and now it's lo, hi (#183/final note in #188). Sorry for the misdiagnosis.
I updated https://github.com/serai-dex/serai/blob/develop/crypto/dalek-ff-group/src/field.rs to v0.5, replacing the two
.reduce
calls with rem calls. I now have a test failure where 1 * 1, which should equal 1, is actually 26. It seems to me 0.5's rem is critically broken.The text was updated successfully, but these errors were encountered: