Data.HashFunction 3.1.1
DHF
|
Static class to provide extension functions for IHashFunction instances. More...
Static Public Member Functions | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, bool data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, byte data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, char data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, double data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, float data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, int data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, long data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, sbyte data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, short data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, string data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, uint data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, ulong data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, ushort data) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, bool data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, byte data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, char data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, double data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, float data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, int data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, long data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, sbyte data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, short data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, string data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, uint data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, ulong data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, ushort data, int desiredHashSize) |
Computes hash value for given data. | |
static IHashValue | ComputeHash (this IHashFunction hashFunction, byte[] data, int desiredHashSize) |
Computes hash value for given data. | |
Static class to provide extension functions for IHashFunction instances.
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
UTF-8 encoding used to convert string to bytes.
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
UTF-8 encoding used to convert string to bytes.
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
|
static |
Computes hash value for given data.
hashFunction | Hash function to use. |
data | Data to be hashed. |
desiredHashSize | Desired size of resulting hash, in bits. |