Skip to content

Commit 8a51824

Browse files
authored
Update src/secp256k1-compat.ts
1 parent c1015b9 commit 8a51824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/secp256k1-compat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as secp from "./secp256k1";
33
import { assertBool, assertBytes, hexToBytes, toHex } from "./utils";
44

55
// Use `secp256k1` module directly.
6-
// This is a legacy compatibility layer for `tiny-secp256k1` via noble-secp256k1
6+
// This is a legacy compatibility layer for the npm package `secp256k1` via noble-secp256k1
77

88
// Copy-paste from secp256k1, maybe export it?
99
const bytesToNumber = (bytes: Uint8Array) => hexToNumber(toHex(bytes));

0 commit comments

Comments
 (0)