Skip to content

libsodium.PKI.SigningDigest.Sign

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

Method Signature

 Function Sign(SenderKey As libsodium.PKI.SigningKey) As MemoryBlock

Remarks

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.

Clone this wiki locally