all AES CBC funcs done

This commit is contained in:
2022-04-28 05:40:27 -04:00
parent 5da1bbcd11
commit 9027750325
6 changed files with 177 additions and 19 deletions

5
cipher/consts.go Normal file
View File

@@ -0,0 +1,5 @@
package cipher
const (
PadMod int = 0xff
)