crypto-algorithms
crypto-algorithms copied to clipboard
Base64_test fails
Hi,
I just download the benchmark. Tried with base64, which fails. Did I make something wrong? Thanks.
parallels:crypto-algorithms$ gcc base64*.c -o a_base64 parallels:crypto-algorithms$ ./a_base64 Base64 tests: FAILED
Zhoulai
I also got FAILED with Base64 tests.
Hello jtbuaa,
My pull request (#15) fixes the Base64 test failure. You may want to track:
[https://github.com/lcn2/crypto-algorithms](lcn2's fork of this code)
thank you Icn2. i have used openssl in my project.