src/core/ngx_siphash.h - nginx-1.31.3 nginx/ @ 42f8df65b

Macros defined

Source code


  1. /*
  2. * Copyright (C) Nginx, Inc.
  3. */


  4. #ifndef _NGX_SIPHASH_H_INCLUDED_
  5. #define _NGX_SIPHASH_H_INCLUDED_


  6. #include <ngx_config.h>
  7. #include <ngx_core.h>


  8. uint64_t ngx_siphash(uint64_t k0, uint64_t k1, u_char *data, size_t len);


  9. #endif /* _NGX_SIPHASH_H_INCLUDED_ */