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
import * as ed from "@noble/ed25519";
import { sha512 } from "@noble/hashes/sha512";
//@ts-ignore
ed.etc.sha512Sync = (...m) => sha512(ed.etc.concatBytes(...m));
The text was updated successfully, but these errors were encountered:
Running the hello world example at nodejs (v22), it fails with below error in downstream dependencies
Attached workaround with latest
@noble/ed25519
error
workaround
The text was updated successfully, but these errors were encountered: