Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hmac: use buf-xor-pattern function. | Kaz Kylheku | 2025-05-11 | 1 | -11/+9 |
| | | | | | * stdlib/hmac.tl (hmac-impl): Eliminate xor loop by using buf-xor-pattern. | ||||
* | New: HMAC functions. | Kaz Kylheku | 2025-04-16 | 1 | -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. |