Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
c02c5592
Commit
c02c5592
authored
May 22, 2017
by
Shane Snyder
Browse files
add lookup3 source file for a hash function
parent
ecf6c8e0
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/Makefile.subdir
View file @
c02c5592
src_libssg_la_SOURCES
+=
\
src/ssg-internal.h
\
src/ssg.c
src/ssg.c
\
src/lookup3.c
src/lookup3.c
0 → 100644
View file @
c02c5592
This diff is collapsed.
Click to expand it.
src/ssg-internal.h
View file @
c02c5592
...
...
@@ -33,6 +33,11 @@ extern "C" {
} while(0)
#endif
extern
void
hashlittle2
(
const
void
*
key
,
size_t
length
,
uint32_t
*
pc
,
uint32_t
*
pb
);
#define ssg_hashlittle2 hashlittle2
#define SSG_MAGIC_NR 17321588
typedef
struct
ssg_group
ssg_group_t
;
typedef
struct
ssg_group_view
ssg_group_view_t
;
typedef
struct
ssg_member_state
ssg_member_state_t
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment