Commit 72445a7
committed
feat(aes): update aes dependency and PAR_BLOCKS const
This updates the AES_PAR_BLOCKS constant from 9 to 8 on x86 backends
as this was changed in the aes crate (RustCrypto/block-ciphers@17bbd0b).
As the value of this constant was not subject to semver guarantees, this
is not a breaking change.1 parent 3dfc7ed commit 72445a7
3 files changed
+20
-14
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 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments