DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Defines a function to hash as user provided password More...
Public Member Functions | |
byte[] | Compute (byte[] data) |
Computes the hash from the given input. More... | |
Properties | |
int | HashSize [get] |
Gets the size of the hash to generate. More... | |
Defines a function to hash as user provided password
Definition at line 23 of file IHashFunction.cs.
byte [] Deveel.Data.Security.IHashFunction.Compute | ( | byte[] | data | ) |
Computes the hash from the given input.
data | The binary representation of the data to hash. |
Implemented in Deveel.Data.Security.HashFunctions.KeyedHashFunction, and Deveel.Data.Security.HashFunctions.HashFunction.
|
get |
Gets the size of the hash to generate.
Definition at line 27 of file IHashFunction.cs.