Skip to content

Conversation

@zsilbi
Copy link
Collaborator

@zsilbi zsilbi commented Apr 15, 2025

Issue #156
Partially reverts: #104

Re-added the murmurHash function:

import { murmurHash } from "ohash/murmur";

// "427197390"
console.log(murmurHash("Hello World"));

Added back the tests for the js implementations.
Updated README accordingly.

@pi0
Copy link
Member

pi0 commented Apr 16, 2025

Can you please keep this for murmurHash and seperate sha256? seems so many changes on cryto-js part, hex addition shouldn't required this much..

@zsilbi zsilbi force-pushed the feat-sha256-murmur branch from 8356ddf to 1e14daf Compare April 16, 2025 08:04
@zsilbi zsilbi changed the title feat(crypto): re-added sha256() and murmurHash() functions feat(crypto): re-added murmurHash() function Apr 16, 2025
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.

3 participants