-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.SecureMemoryblock.Long
Andrew Lambert edited this page Aug 2, 2019
·
7 revisions
Function Long(Offset As ULong) As Long
Sub Long(Offset As ULong, Assigns NewLong As Long)| Name | Type | Comment |
|---|---|---|
| Offset | ULong | The offset, in bytes, to read a Long at. |
| Name | Type | Comment |
|---|---|---|
| Offset | ULong | The offset, in bytes, to write a Long at. |
| NewLong | Color | The Long to write. |
Gets and sets the Long 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