Re: [ovs-dev] [PATCH] sha1: Use implementation from openssl if available.

2021-09-08 Thread Ilya Maximets
On 8/24/21 10:57 PM, Ilya Maximets wrote: > Implementation of SHA1 in OpenSSL library is much faster and optimized > for all available CPU architectures and instruction sets. OVS should > use it instead of internal implementation if possible. > > Depending on compiler options OpenSSL's version

[ovs-dev] [PATCH] sha1: Use implementation from openssl if available.

2021-08-24 Thread Ilya Maximets
Implementation of SHA1 in OpenSSL library is much faster and optimized for all available CPU architectures and instruction sets. OVS should use it instead of internal implementation if possible. Depending on compiler options OpenSSL's version finishes our sha1 unit tests from 3 to 12 times