bcrypt and null kdf done, work on ciphers next (then keytypes)
This commit is contained in:
1
cipher/aes/aes128/ctr/TODO
Normal file
1
cipher/aes/aes128/ctr/TODO
Normal file
@@ -0,0 +1 @@
|
||||
TODO
|
||||
5
cipher/aes/aes128/ctr/consts.go
Normal file
5
cipher/aes/aes128/ctr/consts.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package ctr
|
||||
|
||||
const (
|
||||
Name string = "aes128-ctr"
|
||||
)
|
||||
Reference in New Issue
Block a user