Add Streebog-256 and -512 Hashing (aka "GOST-12") (#2659)

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
Zack Puhl
2025-12-20 13:40:22 -05:00
committed by GitHub
parent 0d9547a388
commit 48ecceab54
5 changed files with 855 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
- Deprecated `DString.append_chars`, use `DString.append_string`
- 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
## 0.7.8 Change list