Skip to content

Commit 6b07c92

Browse files
committed
Small adjustments
1 parent 1b443be commit 6b07c92

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noble/curves",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
55
"files": [
66
"*.js",

test/build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/ed25519-addons.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { sha512 } from '@noble/hashes/sha512';
1+
import { sha512 } from '@noble/hashes/sha2';
22
import { bytesToHex as hex, hexToBytes } from '@noble/hashes/utils';
33
import { describe, should } from 'micro-should';
44
import { deepStrictEqual, throws } from 'node:assert';

0 commit comments

Comments
 (0)