FileDocCategorySizeDatePackage
ECConstants.javaAPI DocAzureus 3.0.3.4227Tue Jun 08 05:12:56 BST 2004org.bouncycastle.math.ec

ECConstants.java

package org.bouncycastle.math.ec;

import java.math.BigInteger;

public interface ECConstants
{
    public static final BigInteger ZERO = BigInteger.valueOf(0);
    public static final BigInteger ONE = BigInteger.valueOf(1);
}