1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Add a DNSSEC tarball verification note from @jedisct1 in #51

download.libsodium.org vends DNSSEC-secured SHA256 hashes of release tarballs.
This commit is contained in:
David Sheets 2013-07-05 12:15:22 +01:00
parent b2843bb3dc
commit 23e40b3557

View File

@ -45,6 +45,10 @@ then follow the ritual:
Pre-compiled Win32 packages are available for download at the same
location.
Integrity of source tarballs can currently be checked using PGP or
verified DNS queries (`dig +dnssec +short txt <file>.download.libsodium.org`
returns the SHA256 of any file available for download).
## Comparison with vanilla NaCl
Sodium does not ship C++ bindings. These might be part of a distinct