Skip to content

1.7.0

Compare
Choose a tag to compare
@paulmillr paulmillr released this 26 Aug 03:20
· 131 commits to main since this release
1.7.0
13fdc78

Add synchronous methods.

import { sha512 } from '@noble/hashes/sha512';
ed.utils.sha512Sync = (...m) => sha512(ed.utils.concatBytes(...m));
const { getPublicKey, sign, verify, getExtendedPublicKey } = ed.sync;
getPublicKey(privKey);

Full Changelog: 1.6.1...1.7.0