Re: [8u] RFR: Backport 8181594: Efficient and constant-time modular arithmetic

2019-06-21 Thread Andrew John Hughes
On 18/06/2019 20:30, Alvarez, David wrote: > Here is the updated webrev with suggested changes: > > Bug: https://bugs.openjdk.java.net/browse/JDK-8181594 > Original: http://hg.openjdk.java.net/jdk/jdk/rev/d213d70182a9 > Webrev: http://cr.openjdk.java.net/~phh/8181594/webrev.8u.02/ > > -- > Davi

Re: [8u] RFR: Backport 8181594: Efficient and constant-time modular arithmetic

2019-06-18 Thread Alvarez, David
Here is the updated webrev with suggested changes: Bug: https://bugs.openjdk.java.net/browse/JDK-8181594 Original: http://hg.openjdk.java.net/jdk/jdk/rev/d213d70182a9 Webrev: http://cr.openjdk.java.net/~phh/8181594/webrev.8u.02/ -- David On 2019-06-17, 09:41, "Andrew John Hughes" wrote:

Re: [8u] RFR: Backport 8181594: Efficient and constant-time modular arithmetic

2019-06-17 Thread Alvarez, David
I agree, I will update the webrev On 2019-06-17, 09:41, "Andrew John Hughes" wrote: On 14/06/2019 22:16, Alvarez, David wrote: > Correction, this is the RFR for 8181594: Efficient and constant-time modular arithmetic > > On 2019-06-14, 14:13, "Alvarez, David" wrote

Re: [8u] RFR: Backport 8181594: Efficient and constant-time modular arithmetic

2019-06-17 Thread Andrew John Hughes
On 14/06/2019 22:16, Alvarez, David wrote: > Correction, this is the RFR for 8181594: Efficient and constant-time modular > arithmetic > > On 2019-06-14, 14:13, "Alvarez, David" wrote: > > Hi, > > Please review this backport of JDK-8181594: Efficient and constant-time > modular

Re: [8u] RFR: Backport 8181594: Efficient and constant-time modular arithmetic

2019-06-14 Thread Alvarez, David
Correction, this is the RFR for 8181594: Efficient and constant-time modular arithmetic On 2019-06-14, 14:13, "Alvarez, David" wrote: Hi, Please review this backport of JDK-8181594: Efficient and constant-time modular arithmetic Bug: https://bugs.openjdk.java.net/browse/