public class HashIntoCountingGroup extends java.lang.Object implements HashIntoGroup
CountingGroup.| Constructor and Description |
|---|
HashIntoCountingGroup(HashIntoLazyGroup totalHashIntoStructure,
HashIntoLazyGroup expMultiExpHashIntoStructure) |
HashIntoCountingGroup(Representation repr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
Representation |
getRepresentation()
The representation of this object.
|
GroupElement |
hash(byte[] x)
Hashes a byte array into the structure.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waithash, hashpublic HashIntoCountingGroup(HashIntoLazyGroup totalHashIntoStructure, HashIntoLazyGroup expMultiExpHashIntoStructure)
public HashIntoCountingGroup(Representation repr)
public GroupElement hash(byte[] x)
HashIntoStructurehash in interface HashIntoGrouphash in interface HashIntoStructurex - a sequence of bytes to hashpublic Representation getRepresentation()
RepresentableReprUtilgetRepresentation in interface RepresentableRepresentationpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object