6 lines
145 B
Go
6 lines
145 B
Go
/*
|
|
Package modes is the block cipher's modes, ecb, cbc or others
|
|
cbc and others are relized by go auther, so here only have ecb
|
|
*/
|
|
package modes
|