public class SupersingularSourceHash extends java.lang.Object implements HashIntoGroupImpl
| Constructor and Description |
|---|
SupersingularSourceHash(Representation r) |
SupersingularSourceHash(SupersingularSourceGroupImpl codomain) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Representation |
getRepresentation()
The representation of this object.
|
int |
hashCode() |
GroupElementImpl |
hashIntoGroupImpl(byte[] x)
Hashes a byte array into the configured group.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waithashIntoGroupImpl, hashIntoGroupImplpublic SupersingularSourceHash(SupersingularSourceGroupImpl codomain)
public SupersingularSourceHash(Representation r)
public Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic GroupElementImpl hashIntoGroupImpl(byte[] x)
HashIntoGroupImplhashIntoGroupImpl in interface HashIntoGroupImplx - a sequence of bytes to hashpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object