]> gitweb.factorcode.org Git - factor.git/commit
checksums.sodium: add a couple of tests and the "not tested" tag
authorAlexander Iljin <ajsoft@yandex.ru>
Mon, 22 Jan 2018 17:09:39 +0000 (18:09 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 17:26:16 +0000 (09:26 -0800)
commit383dc58d7ecc66c3e97da93fd249c1d378f4aa04
tree38e3da192484de65157b137c0ce123cdcdc4da23
parent70eb4f1d348f8bade37a3c7f0c25209b5c424a2c
checksums.sodium: add a couple of tests and the "not tested" tag

The result for the first test (with no key) was produced using the b2sum
utility (part of Git for Windows) with the "-a blake2b" option, because
that's the hash that is currently being used by libsodium for its Generic
Hashing API.

The "not tested" tag was added to avoid adding the libsodium dependency to
the automated build evnironment.
extra/checksums/sodium/sodium-tests.factor [new file with mode: 0644]
extra/checksums/sodium/tags.txt [new file with mode: 0644]