-
- Downloads
Java implementation of Ed25519
Source: https://github.com/str4d/ed25519-java Git commit: be161ee7c6da29129b5ec6c4739ec3a99114a846 License: Public domain
Showing
- core/java/src/net/i2p/crypto/eddsa/EdDSAEngine.java 188 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/EdDSAEngine.java
- core/java/src/net/i2p/crypto/eddsa/EdDSAKey.java 16 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/EdDSAKey.java
- core/java/src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java 68 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java
- core/java/src/net/i2p/crypto/eddsa/EdDSAPublicKey.java 56 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/EdDSAPublicKey.java
- core/java/src/net/i2p/crypto/eddsa/KeyFactory.java 56 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/KeyFactory.java
- core/java/src/net/i2p/crypto/eddsa/KeyPairGenerator.java 86 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/KeyPairGenerator.java
- core/java/src/net/i2p/crypto/eddsa/Utils.java 54 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/Utils.java
- core/java/src/net/i2p/crypto/eddsa/math/Constants.java 12 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/math/Constants.java
- core/java/src/net/i2p/crypto/eddsa/math/Curve.java 70 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/math/Curve.java
- core/java/src/net/i2p/crypto/eddsa/math/Encoding.java 39 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/math/Encoding.java
- core/java/src/net/i2p/crypto/eddsa/math/Field.java 88 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/math/Field.java
- core/java/src/net/i2p/crypto/eddsa/math/FieldElement.java 51 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/math/FieldElement.java
- core/java/src/net/i2p/crypto/eddsa/math/GroupElement.java 681 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/math/GroupElement.java
- core/java/src/net/i2p/crypto/eddsa/math/ScalarOps.java 22 additions, 0 deletionscore/java/src/net/i2p/crypto/eddsa/math/ScalarOps.java
- core/java/src/net/i2p/crypto/eddsa/math/bigint/BigIntegerFieldElement.java 113 additions, 0 deletions.../i2p/crypto/eddsa/math/bigint/BigIntegerFieldElement.java
- core/java/src/net/i2p/crypto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java 73 additions, 0 deletions...pto/eddsa/math/bigint/BigIntegerLittleEndianEncoding.java
- core/java/src/net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOps.java 26 additions, 0 deletions...net/i2p/crypto/eddsa/math/bigint/BigIntegerScalarOps.java
- core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java 971 additions, 0 deletions...et/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java
- core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java 205 additions, 0 deletions...rypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java
- core/java/src/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java 617 additions, 0 deletions...c/net/i2p/crypto/eddsa/math/ed25519/Ed25519ScalarOps.java
Loading
Please register or sign in to comment