crypto-algorithms icon indicating copy to clipboard operation
crypto-algorithms copied to clipboard

Base64_test fails

Open zell08v opened this issue 9 years ago • 3 comments

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

zell08v avatar Jul 22 '15 16:07 zell08v

I also got FAILED with Base64 tests.

jtbuaa avatar Nov 09 '15 11:11 jtbuaa

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)

lcn2 avatar Jun 01 '17 00:06 lcn2

thank you Icn2. i have used openssl in my project.

jtbuaa avatar Jun 01 '17 02:06 jtbuaa