예제 #1
0
파일: bench.go 프로젝트: a2800276/des.go
func gen_iv(c block.Cipher) []byte {
	return make([]byte, c.BlockSize())
}