コード例 #1
0
ファイル: bench.go プロジェクト: a2800276/des.go
func gen_iv(c block.Cipher) []byte {
	return make([]byte, c.BlockSize())
}