summaryrefslogtreecommitdiffstats
path: root/stdlib/hmac.tl
Commit message (Collapse)AuthorAgeFilesLines
* hmac: use buf-xor-pattern function.Kaz Kylheku2025-05-111-11/+9
| | | | | * stdlib/hmac.tl (hmac-impl): Eliminate xor loop by using buf-xor-pattern.
* New: HMAC functions.Kaz Kylheku2025-04-161-0/+61
* autoload.c (hmac_set_entries, hmac_instantiate): New static functions. (autoload_init): Register autoload of hmac module. * stdlib/hmac.tl: New file. * tests/013/chksum.tl: New tests. * txr.1: Documented.