aes128 completely done.
ish. done-ish. it's entirely untested. CTR should work as i modeled it after PoC, and CBC *probably* works as it's straightforward, but I have no idea about the GCM. TODO.
This commit is contained in:
7
internal/ciphers/aesCommon/consts.go
Normal file
7
internal/ciphers/aesCommon/consts.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package aesCommon
|
||||
|
||||
const (
|
||||
Aes128Bits aesBitSize = 128
|
||||
Aes196Bits aesBitSize = 196
|
||||
Aes256Bits aesBitSize = 256
|
||||
)
|
||||
Reference in New Issue
Block a user