Commit 3fb4aa5
authored
This implement KT256 as specified in RFC 9861:
https://www.rfc-editor.org/rfc/rfc9861.html
Also, rename existing types `KangarooTwelve*` to `Kt128*` (e.g.
`KangarooTwelveReader` to `Kt128Reader`). This is because the
KangarooTwelve instance is specified as the KT128 instance in RFC
9861.[1]
NOTE: For compatibility reasons, the existing types are defined as
deprecated aliases for `Kt128*`.
[1]: https://www.rfc-editor.org/rfc/rfc9861.html#section-1-3
1 parent ed7a207 commit 3fb4aa5
4 files changed
+461
-258
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
14 | 23 | | |
0 commit comments