1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-06 08:46:17 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Jack O'Connor 4b7babbe99 more cleaup of undocumented API 2021-03-28 20:04:51 -04:00
Jack O'Connor dab97de401 update doc comments on guts module 2021-03-28 15:21:02 -04:00
Cesar Eduardo Barros 9f509a8f1f Inline trivial functions
For the Read and Write traits, this also allows the compiler to see that
the return value is always Ok, allowing it to remove the Err case from
the caller as dead code.
2020-01-12 18:27:42 -05:00
Jack O'Connor dc324a189e add the guts module to share code with Bao 2019-12-29 11:55:19 -06:00