Sha256: d3c470cea523d74de9b7deae02b7ddd14b9035588f8085664d5b839467997bca
Contents?: true
Size: 209 Bytes
Versions: 12
Compression:
Stored size: 209 Bytes
Contents
/** * Seccomp Library hash code * * See hash.c for information on the implementation. * */ #ifndef _HASH_H #define _HASH_H #include <inttypes.h> uint32_t hash(const void *key, size_t length); #endif
Version data entries
12 entries across 12 versions & 1 rubygems