Skip to content

Disable OpenSSL siphash.

Witold Krecicki requested to merge wpk/disable-openssl-siphash into master

Creation of EVP_MD_CTX and EVP_PKEY is quite expensive, until we fix the code to reuse the context and key we'll use our own implementation of siphash.

Merge request reports