Key Generation for Hidden Field Equations in Java
This project deals with efficient public key generation for Hidden Field
Equations. It is implemented in Java.
You can access
- the Java source code (325 kB)
of this implementation,
- the javadoc
documentation (594 kB)
of the source code, and
- a tar-file (260 kB)
with both the source code, the classes, and the javadoc documentation.
Use "tar -xzf hfeKeyGen.tar.gz" to untar it.
Parts of the source code can certainly be used in other projects. E.g. the finite field
operations for GF(2^n), and also matrix operations (including LU decomposistion).
However, the software comes with no warranty as it is free of charge.
There is also a more general page on the implementation of
HFE which
in Java.
In addition, my Master's Thesis (Diplomarbeit) deals with HFE.
Christopher Wolf, 5. 5. 2003. eMail: hfe@christopher-wolf.de