public interface HashIntoGroup extends HashIntoStructure
| Modifier and Type | Method and Description |
|---|---|
GroupElement |
hash(byte[] x)
Hashes a byte array into the structure.
|
default GroupElement |
hash(java.lang.String x)
Hashes a
String (UTF-8 encoded) into the structure. |
default GroupElement |
hash(UniqueByteRepresentable ubr)
Hashes a
UniqueByteRepresentable in to the structure. |
getRepresentationGroupElement hash(byte[] x)
HashIntoStructurehash in interface HashIntoStructurex - a sequence of bytes to hashdefault GroupElement hash(java.lang.String x)
HashIntoStructureString (UTF-8 encoded) into the structure.hash in interface HashIntoStructurex - a Stringdefault GroupElement hash(UniqueByteRepresentable ubr)
HashIntoStructureUniqueByteRepresentable in to the structure.hash in interface HashIntoStructureubr - the UniqueByteRepresentable to hash