]> git.codecow.com Git - Monocypher.git/commit
Changed Argon2i API
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 16 Nov 2017 22:25:26 +0000 (23:25 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Thu, 16 Nov 2017 22:25:26 +0000 (23:25 +0100)
commitfe5b2c9939f8ca97f529d14c7efecdfe324cced3
tree48e2140bcef30799f90bc2a8c2efb25613d0011d
parent80ebf55307f689390d41c3c48eaeab157519bc7f
Changed Argon2i API

- Removed the key and ad from crypto_argon2i()
- Added crypto_argon2i_general(), which conform to the old API, to
  compensate.
- Updated the manual.

Related to #58
Rationale: the key and ad arguments are rarely used.  Regular users
shouldn't be burdened with them.
doc/man/man3/crypto_argon2i.3monocypher
src/monocypher.c
src/monocypher.h
tests/speed.c
tests/test.c