Skip to content

chenyuezhou/data-struct-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

data-struct-helper

Provide data structer helper in c

hash

example

uint64_t h1, h2;
h1 = siphash((uint8_t*)"hello world",11,(uint8_t*)"1234567812345678");
h2 = siphash_nocase((uint8_t*)"hello world",11,(uint8_t*)"1234567812345678");

About

Provide data structer helper in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published