On Tue, 26 Apr 2022 21:02:49 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> Only numbers from the same modular fields can be involved in arithmetic > calculations. Add `assert` to guarantee this. > > Also, found one broken case and rewrote it. This pull request has now been integrated. Changeset: c1173c24 Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/c1173c24bff271e26013126ff1746c480e2fe1a9 Stats: 16 lines in 2 files changed: 3 ins; 4 del; 9 mod 8285493: ECC calculation error Reviewed-by: xuelei, ascarpino ------------- PR: https://git.openjdk.java.net/jdk/pull/8409