| Class | Description |
|---|---|
| GenSymCounter |
Simple "GenSymCounter".
|
| GraphBaseHasher |
Calculate base hash which for a graph which is combined with the hashes of triples
|
| HashCombinator |
Combine hashes
There are 3 possible combination algorithms:
Method Speed Security
---------------------------------------------------------------------
- Xor fast low
- Addition modulo N average average
- Multiplication modulo N slow high
|
| TripleHasher |
This class provides functions to calculate the hash for individual triples
|
| Enum | Description |
|---|---|
| HashCombinator.ca |
Copyright © 2018. All rights reserved.