-
- Downloads
Updated EdDSA code
Source: https://github.com/str4d/ed25519-java Git commit: 58e4efadf972f4dc4f67c05152f82b49fb22bac6
Showing
- core/java/src/net/i2p/crypto/eddsa/Utils.java 1 addition, 0 deletionscore/java/src/net/i2p/crypto/eddsa/Utils.java
- core/java/src/net/i2p/crypto/eddsa/math/Curve.java 2 additions, 2 deletionscore/java/src/net/i2p/crypto/eddsa/math/Curve.java
- core/java/src/net/i2p/crypto/eddsa/math/Encoding.java 1 addition, 1 deletioncore/java/src/net/i2p/crypto/eddsa/math/Encoding.java
- core/java/src/net/i2p/crypto/eddsa/math/Field.java 14 additions, 14 deletionscore/java/src/net/i2p/crypto/eddsa/math/Field.java
- core/java/src/net/i2p/crypto/eddsa/math/FieldElement.java 5 additions, 2 deletionscore/java/src/net/i2p/crypto/eddsa/math/FieldElement.java
- core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java 532 additions, 188 deletionscore/java/src/net/i2p/crypto/eddsa/math/GroupElement.java
- core/java/src/net/i2p/crypto/eddsa/math/ScalarOps.java 2 additions, 1 deletioncore/java/src/net/i2p/crypto/eddsa/math/ScalarOps.java
- core/java/src/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java 1 addition, 1 deletion...pto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java
- core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java 249 additions, 120 deletions...et/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java
- core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java 57 additions, 38 deletions...rypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java
- core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java 111 additions, 70 deletions...c/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java
Loading
Please register or sign in to comment