-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.PKI.SigningDigest
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Protected Class SigningDigestThis 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.
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.
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.
- libsodium module
- FAQ
-
Examples
- Secure memory
- Password hashing
- Generic hashing
- Encrypting streams or files
- PKI
- Encryption
- Digital signatures
- SKI
- Encryption
- Message authentication