Skip to content

Add MurmurHash3 implementation with seed 0x93fb64#84

Merged
herrcore merged 1 commit intoOALabs:mainfrom
doomedraven:main
Jan 12, 2026
Merged

Add MurmurHash3 implementation with seed 0x93fb64#84
herrcore merged 1 commit intoOALabs:mainfrom
doomedraven:main

Conversation

@doomedraven
Copy link
Contributor

Implements MurmurHash3 hashing algorithm using seed 0x93fb64. Includes a test vector for verification and supports hashing of ASCII strings and byte data.

Implements MurmurHash3 hashing algorithm using seed 0x93fb64. Includes a test vector for verification and supports hashing of ASCII strings and byte data.
@doomedraven doomedraven changed the title Add MurmurHash3 implementation with ss Add MurmurHash3 implementation with seed 0x93fb64 Jan 12, 2026
@doomedraven
Copy link
Contributor Author

@herrcore herrcore merged commit 69abce3 into OALabs:main Jan 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments