On Thu, 21 Aug 2025 23:30:08 GMT, Ben Perez wrote:
>> There are several places where MontgomeryIntegerPolynomialP256.mult() can be
>> optimized. In particular, since modulus[2] = 0 several multiplications can
>> be removed. Other multiplications can be replaced by shifts, which also
>> saves t
On Fri, 29 Aug 2025 13:48:52 GMT, Volkan Yazici wrote:
>> `NoRepl`-suffixed `String` methods denote methods that do not replace
>> invalid characters, but throw `CharacterCodingException` on encounter. This
>> behavior cannot easily be derived from the method footprints, has been a
>> source o
On Fri, 29 Aug 2025 13:48:52 GMT, Volkan Yazici wrote:
>> `NoRepl`-suffixed `String` methods denote methods that do not replace
>> invalid characters, but throw `CharacterCodingException` on encounter. This
>> behavior cannot easily be derived from the method footprints, has been a
>> source o