Add Poly1305 Universal Hashing Algorithm (MAC) (#2639)

* Add Poly1305 Universal Hashing Algorithm (MAC)
This commit is contained in:
Zack Puhl
2025-12-12 17:08:49 -05:00
committed by GitHub
parent 0685260454
commit a0ab10c23e
3 changed files with 384 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
- Buffered/UnbufferedChannel, and both ThreadPools have `@maydiscard` on a set of functions. They will retunr void in 0.8.0.
- Pthread bindings correctly return Errno instead of CInt.
- Return of Thread `join()` is now "@maydiscard".
- Add `poly1305` one-time Message Authentication Code and associated tests. #2639
## 0.7.8 Change list