Add unit tests for HMAC 256 based on RFC 4231 (#2744)

* Add unit tests for HMAC 256 based on RFC 4231

* Formatting, shorten initializers.

---------

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
Arnaud Duforat
2026-01-12 11:26:49 +01:00
committed by GitHub
parent e93f22fbda
commit 87c42f1cd3
2 changed files with 156 additions and 56 deletions

View File

@@ -77,6 +77,7 @@
- Deprecated `DString.append_string` for DStrings, use `DString.append_dstring` instead.
- Added `DString.append_bytes`.
- Add `streebog` (aka "GOST-12") hashing with 256-bit and 512-bit outputs. #2659
- Add unit tests for HMAC 256 based on RFC 4231. #2743
## 0.7.8 Change list