Fixed typos inside the AES CBC256 crypto module

This commit is contained in:
Gu://em_ 2026-07-08 00:59:01 +02:00
parent ff60995aaa
commit 1b98394fe4
2 changed files with 2 additions and 6 deletions

View file

@ -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