-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.SecureMemoryblock.UInt64Value
Andrew Lambert edited this page Feb 15, 2017
·
6 revisions
libsodium.SecureMemoryblock.UInt64Value
##Method Signatures
Function UInt64Value(Offset As UInt64) As UInt64
Sub UInt64Value(Offset As UInt64, Assigns NewUInt64 As UInt64)##Parameters
####UInt64Value(UInt64) As UInt64
| Name | Type | Comment |
|---|---|---|
| Offset | UInt64 | The offset, in bytes, to read a UInt64 at. |
####UInt64Value(UInt64, Assigns UInt64)
| Name | Type | Comment |
|---|---|---|
| Offset | UInt64 | The offset, in bytes, to write a UInt64 at. |
| NewUInt64 | Color | The UInt64 to write. |
##Remarks Gets and sets the UInt64 at the specified offset.
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