mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user