ph4r05 / Whitebox-crypto-AES

Whitebox AES implementation in C++. Chow, Karroumi.
https://is.muni.cz/th/325219/fi_m/
337 stars 112 forks source link

windows #30

Open peter20051 opened 3 years ago

peter20051 commented 3 years ago

can this project be successfully compiled in visual studio?

lots of errors like these: Error C2440 'initializing': cannot convert from 'W32XTB (*)[15][4]' to 'W32XTB (&)[2][15][4]' gtesting Error C2039 'read': is not a member of 'RingBuffer Error C2275 'size_t': illegal use of this type as an expression

ph4r05 commented 3 years ago

Thanks for the info! Unfortunately, I didn't test it on Win.

sla-te commented 3 years ago

I have the same problem, tons of errors on Windows, would be great if you could take a look.

peter20051 commented 3 years ago

A guide how to compile it on windows would come handy.

ph4r05 commented 2 years ago

I am not supporting this project on Win. Pull requests are welcome :)