]> git.codecow.com Git - Monocypher.git/commit
Simplified Blake2b API
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 12 Jan 2023 13:55:10 +0000 (14:55 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Thu, 12 Jan 2023 14:34:49 +0000 (15:34 +0100)
commit7d38a1ae38bf6904ac768e83fa39463cd3835730
tree5e2c826aa1384781568dfb8eaeaefc03b45d405f
parentf9f63dfd1ff21774d302fea0a245fd741e55e805
Simplified Blake2b API

Removed the non-general functions, added a default configuration.
Documentation is not updated yet (I don't know how to document structs in mandoc)
doc/man/man3/crypto_argon2i_general.3monocypher [deleted symlink]
doc/man/man3/crypto_blake2b_general_init.3monocypher [deleted symlink]
src/monocypher.c
src/monocypher.h
tests/speed/speed.c
tests/test.c
tests/tis-ci.c