Fixed typos inside the AES CBC256 crypto module
This commit is contained in:
parent
ff60995aaa
commit
1b98394fe4
2 changed files with 2 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ pub const CBC256_Implementation = struct {
|
|||
};
|
||||
|
||||
// TODO
|
||||
pub const CBC265_DefaultImplementation = struct {
|
||||
pub const CBC256_DefaultImplementation = struct {
|
||||
|
||||
// Zig stdlib seems to provide no support for AES CBC265
|
||||
// It may need some custom implementation or another library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue