You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(benchmarks): align @noble/hashes imports with v2 API
v2.x of @noble/hashes uses an explicit exports map requiring `.js`
suffixes on subpath imports, and `hmac()`/`sha256()` no longer accept
string inputs. Update the benchmarks to pass UTF-8 encoded bytes for the
string-input variants.
0 commit comments