-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.GenericHashDigest.RandomKey
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
libsodium.GenericHashDigest.RandomKey
Shared Function RandomKey(Type As libsodium.HashType = libsodium.HashType.Generic) As MemoryBlock
Name | Type | Comment |
---|---|---|
Type | HashType | Optional. The type of hash (Default is BLAKE2b) |
Unpredictable bytes suitable to be used as a key for keyed hashing.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.