Bouncy Castle Cryptography Library 1.81

Package org.bouncycastle.math.ec.custom.djb

Experimental implementation of curve25519.

See:
          Description

Class Summary
Curve25519  
Curve25519Field  
Curve25519FieldElement  
Curve25519Point  
 

Package org.bouncycastle.math.ec.custom.djb Description

Experimental implementation of curve25519. Note that the curve implementation is in the short-Weierstrass form, which is not the recommended (nor most suitable) approach. In particular, the input/output conventions are not compliant with standard implementations, and point conversions would be needed to interoperate.


Bouncy Castle Cryptography Library 1.81