-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.PKI.SigningDigest.Sign
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libsodium.PKI.SigningDigest.Sign
Function Sign(SenderKey As libsodium.PKI.SigningKey) As MemoryBlock
Finalizes the hash operation and then signs the result with the SenderKey
. On success the signature is returned; on error Nil is returned. After calling this method (regardless of success) no other methods (Process, Verify, 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-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.