-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.GenericHashDigest.Constructor
Andrew Lambert edited this page Jan 4, 2017
·
11 revisions
libsodium.GenericHashDigest.Constructor
##Method Signatures
Sub Constructor(Type As libsodium.HashType)
Sub Constructor(KeyData As MemoryBlock, HashSize As UInt32)##Parameters
###Constructor(libsodium.HashType)
| Name | Type | Comment |
|---|---|---|
| Type | HashType | The type of hash. |
###Constructor(MemoryBlock, UInt32)
| Name | Type | Comment |
|---|---|---|
| KeyData | MemoryBlock | The key for keyed hashing. |
| HashSize | UInt32 | The size of the hash output, in bytes. |
##Remarks Creates a new generic hash processor.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.
- libsodium module
- FAQ
-
Examples
- Secure memory
- Password hashing
- Generic hashing
- Encrypting streams or files
- PKI
- Encryption
- Digital signatures
- SKI
- Encryption
- Message authentication