Mora-5-Love
Results
1
issues of
Mora-5-Love
BigInteger h = ecc_bc_spec.getH(); if (h != null) { ECPoint S = publicKey.multiply(h); if (S.isInfinity()) throw new IllegalStateException(); } in my environment it warns in ECPoint S = publicKey.multiply(h) of...