Skip to content

libsodium.PKI.SigningDigest

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

libsodium.PKI.SigningDigest

Class Declaration

 Protected Class SigningDigest

Remarks

This class generates a 512-bit hash digest of the input data and then signs or verifies the hash instead of the data. Use this class as an alternative to the SignData and VerifyData methods to sign or verify messages that are too large to fit into memory.

Version note

Signatures generated with libsodium 1.0.11 or older are mutually incompatible with signatures generated with later versions. This is because the binding itself is providing equivalent, but not identical, behavior to the multipart signing API added in 1.0.12.

Methods

Clone this wiki locally