forked from I2P_Developers/i2p.i2p
CryptoConstants update from draft to RFC.
This commit is contained in:
@@ -34,8 +34,8 @@ import java.math.BigInteger;
|
||||
import net.i2p.util.NativeBigInteger;
|
||||
|
||||
/**
|
||||
* Primes for ElGamal and DSA from
|
||||
* http://www.ietf.org/proceedings/03mar/I-D/draft-ietf-ipsec-ike-modp-groups-05.txt
|
||||
* Prime for ElGamal from http://tools.ietf.org/html/rfc3526
|
||||
* Primes for DSA: unknown.
|
||||
*/
|
||||
public class CryptoConstants {
|
||||
public static final BigInteger dsap = new NativeBigInteger(
|
||||
@@ -63,4 +63,4 @@ public class CryptoConstants {
|
||||
+ "DE2BCBF6955817183995497CEA956AE515D2261898FA0510"
|
||||
+ "15728E5A8AACAA68FFFFFFFFFFFFFFFF", 16);
|
||||
public static final BigInteger elgg = new NativeBigInteger("2");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user