public class TripleHasher extends Object
| Constructor and Description |
|---|
TripleHasher() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
hashTripleConcatenation(Triple t,
MessageDigest d)
Deprecated.
|
static BigInteger |
hashTripleMelnik(Triple t,
MessageDigest d)
Hashs a triple using the approach of Melnik
|
public static BigInteger hashTripleMelnik(Triple t, MessageDigest d) throws Exception
t - triples to hashd - used digest method for hashingException - if hashing fails@Deprecated public static byte[] hashTripleConcatenation(Triple t, MessageDigest d) throws Exception
t - triples to hashd - used digest method for hashingException - if hashing failsCopyright © 2018. All rights reserved.