Re: Possible typos in JEP 339

2023-08-21 Thread Sean Mullan
On 8/21/23 8:43 AM, Albert Attard wrote: Hello. I believe there are two small typos in the JEP 339 page (https://openjdk.org/jeps/339 ). // example: use KeyFactory to contruct a public key KeyFactory kf = KeyFactory.getInstance("EdDSA"); boolean xOdd = ... Big

Possible typos in JEP 339

2023-08-21 Thread Albert Attard
Hello. I believe there are two small typos in the JEP 339 page ( https://openjdk.org/jeps/339). // example: use KeyFactory to contruct a public key KeyFactory kf = KeyFactory.getInstance("EdDSA"); boolean xOdd = ... BigInteger y = ... NamedParameterSpec paramSpec = new NamedParameterSpec("Ed25519