All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.provider.elgamal.GenericElGamalParameterSet | +----cryptix.provider.elgamal.DefaultElGamalParameterSet
The best methods for computing discrete logarithms in GF(p) have an expensive pre-computation stage, but once the pre-computation has been done, individual logarithms can be calculated quickly. In order to make sure that a particular set of parameters does not become too much of a target because it is used in more than one application, you may wish to generate your own set of parameters.
Most of this source file was generated automatically using:
java cryptix.examples.CreateElGamalParameterSet
cryptix.security.elgamal.DefaultElGamalParameterSet 384 512 768 1024 1536
> DefaultElGamalParameterSet.java
References:
$Revision: 1.4 $
public DefaultElGamalParameterSet()
All Packages Class Hierarchy This Package Previous Next Index