mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Merge AsciiCharset CT/non-CT Functions (#2688)
* Merge AsciiCharset CT/non-CT Functions * release notes * incorporate helpful review feedback * re-separate 'create_set' and 'contains' but keep 'combine_sets'; update tests * tabs (annoying IDE) * Restored old code verbatim for smaller diff. Split combine_sets into easier to macro/function for runtime / macro version, this also allows for more easy type checks. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
- 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
|
||||
- Add extra `AsciiCharset` constants and combine its related compile-time/runtime macros. #2688
|
||||
|
||||
## 0.7.8 Change list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user