// Test CBC Blockmode against the general cipher.BlockMode interface tester func TestCBCBlockMode(t *testing.T) { … } func newRandReader(t *testing.T) io.Reader { … }
// Test CBC Blockmode against the general cipher.BlockMode interface tester func TestCBCBlockMode(t *testing.T) { … } func newRandReader(t *testing.T) io.Reader { … }