Exemplo n.º 1
0
func gen_iv(c block.Cipher) []byte {
	return make([]byte, c.BlockSize())
}