Split otp_decrypt_msg() into xor_with_pad(), that future encryption functions can...
commitde0c2cc5aa3f0aa895635ada2a6a9d80ee9ab99b
authorJeff Connelly <shellreef+git@gmail.com>
Thu, 15 May 2008 19:59:33 +0000 (15 12:59 -0700)
committerJeff Connelly <shellreef+git@gmail.com>
Thu, 15 May 2008 19:59:33 +0000 (15 12:59 -0700)
treeebc0a1f89072b9d9bade57ea78020b86b25490be
parent2e4e19f7ac6f6a2391932400b5de764a7283227a
Split otp_decrypt_msg() into xor_with_pad(), that future encryption functions can also use, since it is the same operation (XOR).
libotp.c