Re: RFR: 8295010: EC limbs addition and subtraction limit [v3]

2022-10-12 Thread Xue-Lei Andrew Fan
> Hi, > > May I have this update reviewed? With this update, the result will be always > reduced in EC limbs addition and subtraction operations in the JDK > implementation. > > In the current implementation, the EC limbs addition and subtraction result > is not reduced before the value is re

Re: RFR: 8295010: EC limbs addition and subtraction limit [v2]

2022-10-12 Thread Xue-Lei Andrew Fan
> Hi, > > May I have this update reviewed? With this update, the result will be always > reduced in EC limbs addition and subtraction operations in the JDK > implementation. > > In the current implementation, the EC limbs addition and subtraction result > is not reduced before the value is re

Re: RFR: 8295010: EC limbs addition and subtraction limit

2022-10-10 Thread Xue-Lei Andrew Fan
On Sun, 9 Oct 2022 06:53:19 GMT, Xue-Lei Andrew Fan wrote: > Hi, > > May I have this update reviewed? With this update, the result will be always > reduced in EC limbs addition and subtraction operations in the JDK > implementation. > > In the current implementation, the EC limbs addition an

Re: RFR: 8295010: EC limbs addition and subtraction limit

2022-10-10 Thread Xue-Lei Andrew Fan
On Sun, 9 Oct 2022 06:53:19 GMT, Xue-Lei Andrew Fan wrote: > Hi, > > May I have this update reviewed? With this update, the result will be always > reduced in EC limbs addition and subtraction operations in the JDK > implementation. > > In the current implementation, the EC limbs addition an

Re: RFR: 8295010: EC limbs addition and subtraction limit

2022-10-10 Thread Daniel JeliƄski
On Sun, 9 Oct 2022 06:53:19 GMT, Xue-Lei Andrew Fan wrote: > Hi, > > May I have this update reviewed? With this update, the result will be always > reduced in EC limbs addition and subtraction operations in the JDK > implementation. > > In the current implementation, the EC limbs addition an

RFR: 8295010: EC limbs addition and subtraction limit

2022-10-09 Thread Xue-Lei Andrew Fan
Hi, May I have this update reviewed? With this update, the result will be always reduced in EC limbs addition and subtraction operations in the JDK implementation. In the current implementation, the EC limbs addition and subtraction result is not reduced before the value is returned. This be