crypt32: Implement CryptBinaryToStringA and CryptStringToBinaryA.
commit23791c2510e8d06c9bc1b1323e070eb6b3cc39ff
authorJuan Lang <juan_lang@yahoo.com>
Wed, 31 May 2006 07:31:10 +0000 (31 00:31 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 31 May 2006 09:58:40 +0000 (31 11:58 +0200)
tree5be5f1f32a1aa51c9efed0f1f593b161dde2c591
parent61a0799b88e38d48c257dc10386916fefcc54842
crypt32: Implement CryptBinaryToStringA and CryptStringToBinaryA.

Implement CryptBinaryToStringA and CryptStringToBinaryA based on Kai
Blin's base64 encoder/decoder.
dlls/crypt32/Makefile.in
dlls/crypt32/base64.c [new file with mode: 0644]
dlls/crypt32/crypt32.spec
dlls/crypt32/tests/.gitignore
dlls/crypt32/tests/Makefile.in
dlls/crypt32/tests/base64.c [new file with mode: 0644]
include/wincrypt.h