mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Implement BLAKE2 Hashing in stdlib (#2648)
* Implement BLAKE2 Hashing in stdlib --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
- Return of Thread `join()` is now "@maydiscard".
|
||||
- Add `poly1305` one-time Message Authentication Code and associated tests. #2639
|
||||
- Add `chacha20` stream cipher and associated tests. #2643
|
||||
- Add `BLAKE2` (optionally keyed) cryptographic hashing with associated tests. #2648
|
||||
- Add `Elf32_Shdr` and `Elf64_Shdr` to `std::os::linux`.
|
||||
- Add `any.to` and `any.as`.
|
||||
- Deprecated `DString.append_chars`, use `DString.append_string`
|
||||
|
||||
Reference in New Issue
Block a user