Re: Accessing Point representation of Ed448 for ECDH implementation
Peter Dettman <[email protected]> Sun, 9 Jun 2019 15:26:57 +0700
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Danny, That package is really legacy/fallback code for curves we don't have custom implementations for, and in any case only for Short Weierstrass form curves, not Montgomery or Edwards. Regards, Pete Dettman On 8/6/19 10:21 pm, Danny van Heumen wrote: > I'm currently looking at package org.bouncycastle.math.ec > (https://bouncycastle.org/docs/docs1.5on/org/bouncycastle/math/ec/package-frame.html). > I'm not sure how I could have missed this, but I'm guessing this > already provides everything I need. > > Any pointers are welcome. > > In case it turns out this package already has everything I need, > apologies for the spam ... > > Danny >