# RC2 128-bit CBC vector built for https://github.com/pyca/cryptography
# Verified against OpenSSL and Go crypto

COUNT = 0
Key = 30303030303030303030303030303030
IV = 3030303030303030
Plaintext = 74686520717569636b2062726f776e20666f78206a756d706564206f76657220746865206c617a7920646f6721212121
Ciphertext = 5b886175cdbb0161badf64936b8ee4cb8f4b75fc28833f61668bb2bea88cfd32c410ac7ec016c5028f75078a88968887
