Package net.i2p.crypto.eddsa

Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves.

See:
          Description

Interface Summary
EdDSAKey Common interface for all EdDSA keys.
 

Class Summary
EdDSAEngine  
EdDSAPrivateKey An EdDSA private key.
EdDSAPublicKey An EdDSA public key.
KeyFactory  
KeyPairGenerator Default strength is 256
Utils Basic utilities for eddsa.
 

Package net.i2p.crypto.eddsa Description

Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves.

Contains a generic implementation for any curve using BigIntegers, and an optimized implementation for Curve 25519 using Radix 2^51.

Since 0.9.15.