an-tao / trantor

a non-blocking I/O tcp network lib based on c++14/17
Other
390 stars 133 forks source link

Hash function broken on big endian machines when no TLS providers are used #339

Open marty1885 opened 3 months ago

marty1885 commented 3 months ago

I just realized if no TLS provider is used, our built in hashes are mostly broken. Fortunately this only affects IBM POWER and s390x CPUs these days. And they can just use OpenSSL.

This is just a reminder that I need to fix it.