index
:
noawareness-ng.git
main
noawareness-ng: DIY Linux EDR
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
djb2.h
blob: fda01f92e939d8eb3c8dbb7d9647bb15e97b0e64 (
plain
)
1
2
3
4
5
#pragma once #include <stdint.h> uint32_t djb2(const char *str);