index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-crypto.c
Age
Commit message (
Collapse
)
Author
2023-09-25
core: fix TOTP moving factor on big-endian systems
LuK1337
2023-09-13
core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and ↵
Sébastien Helleu
`blake2s-*` in option sec.crypt.hash_algo (closes #2008)
2023-09-13
api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` ↵
Sébastien Helleu
in hash functions (issue #2008)
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-08-16
api: add function crypto_hash_file
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-06-23
core: fix use of uninitialized hash when call to weecrypto_hmac fails
Sébastien Helleu
2021-06-01
api: add function crypto_hmac (issue #1628)
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-03-02
core: add minimum libgcypt version 1.7.0 for SHA3 algorithms in comment of ↵
Sébastien Helleu
function weecrypto_hash
2020-03-02
core: fix copyright date in wee-crypto sources
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