public interface MapToCurve
| Modifier and Type | Method and Description |
|---|---|
ECPoint |
process(java.math.BigInteger element)
Processes the given BigInteger element and maps it to a point on the elliptic curve, as defined
by the hash 2 curve specification
|
ECPoint process(java.math.BigInteger element)
element - the input BigInteger element to be mapped to a point on the curve