CryptoConstants update from draft to RFC.

This commit is contained in:
mathiasdm
2010-07-31 12:49:38 +00:00
parent 6ddac9a478
commit 87abc1d6b4

View File

@@ -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");
}
}