-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.PKI.SigningDigest.Verify
Andrew Lambert edited this page Jan 21, 2023
·
4 revisions
libsodium.PKI.SigningDigest.Verify
Function Verify(SenderKey As libsodium.PKI.PublicKey, Signature As MemoryBlock) As BooleanFinalizes the hash operation and then verifies the Signature with the SenderKey. Returns True if the Signature is valid. After calling this method (regardless of success) no other methods (Process, Sign, etc.) may be called nor can this method be called twice.
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