Commit fe77461
committed
blake2: impl
Adds a set of `Blake2b`/`VarBlake2b` and `Blake2s`/`VarBlake2s` which
are API-compatible with the ones in the current `blake2` v0.9.x release.
This commit does not yet include proper tests besides the rustdoc tests.crypto_mac and digest traits1 parent 1c3000b commit fe77461
File tree
7 files changed
+468
-27
lines changed- blake2
- src
- blake2b
- blake2s
7 files changed
+468
-27
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments