Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-01 | api: add function crypto_hmac (issue #1628) | Sébastien Helleu | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2020-04-19 | tests: reduce number of iterations in PBKDF2 tests from 100000 to 1000 | Sébastien Helleu | |
This speeds up tests by about 30%. | |||
2020-03-05 | tests: add tests on functions weecrypto_totp_generate and ↵ | Sébastien Helleu | |
weecrypto_totp_validate | |||
2020-03-04 | tests: add tests on functions weecrypto_hash and weecrypto_hash_pbkdf2 with ↵ | Sébastien Helleu | |
NULL hash | |||
2020-03-03 | tests: add tests on function weecrypto_get_hash_algo | Sébastien Helleu | |
2020-03-02 | core: require libgcrypt >= 1.7.0 for SHA3 algorithms | Sébastien Helleu | |
2020-03-01 | api: add function crypto_hash_pbkdf2 | Sébastien Helleu | |
2020-03-01 | core: move crypto functions to wee-crypto.c, rename API function string_hash ↵ | Sébastien Helleu | |
to crypto_hash |