![]() |
PacMap
1.05
PacketMapper
|
HFO (Hashing Function Object) More...
Public Member Functions | |
| HashFunction () | |
| Constructs Default HFO More... | |
| HashFunction (string userAction) | |
| Constructs User HFO More... | |
| HashFunction (HashType kind, string userAction) | |
| Constructs Advanced HFO More... | |
| byte[] | HashThis (byte[] input) |
| General Method For Start Hashing Array of Bytes More... | |
HFO (Hashing Function Object)
| PacMap.Anonymize.HashFunction.HashFunction | ( | ) |
Constructs Default HFO
| PacMap.Anonymize.HashFunction.HashFunction | ( | string | userAction) |
Constructs User HFO
| userAction | user hashing operation to make |
| PacMap.Anonymize.HashFunction.HashFunction | ( | HashType | kind, |
| string | userAction | ||
| ) |
Constructs Advanced HFO
| kind | hash function type |
| userAction |
| byte [] PacMap.Anonymize.HashFunction.HashThis | ( | byte[] | input) |
1.8.4