xref: /third_party/eudev/src/shared/siphash24.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/eudev/src/shared/
199ca880aSopenharmony_ci
299ca880aSopenharmony_ci#pragma once
399ca880aSopenharmony_ci
499ca880aSopenharmony_ci#include <inttypes.h>
599ca880aSopenharmony_ci#include <sys/types.h>
699ca880aSopenharmony_ci
799ca880aSopenharmony_civoid siphash24(uint8_t out[8], const void *in, size_t inlen, const uint8_t k[16]);
8

Indexes created Thu Nov 07 10:32:03 CST 2024