Skip to content
  • Ondřej Surý's avatar
    Remove OpenSSL based SipHash 2-4 implementation · 21d751df
    Ondřej Surý authored
    Creation of EVP_MD_CTX and EVP_PKEY is quite expensive, so until we fix the code
    to reuse the OpenSSL contexts and keys we'll use our own implementation of
    siphash instead of trying to integrate with OpenSSL.
    21d751df