We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1015b9 commit 8a51824Copy full SHA for 8a51824
src/secp256k1-compat.ts
@@ -3,7 +3,7 @@ import * as secp from "./secp256k1";
3
import { assertBool, assertBytes, hexToBytes, toHex } from "./utils";
4
5
// Use `secp256k1` module directly.
6
-// This is a legacy compatibility layer for `tiny-secp256k1` via noble-secp256k1
+// This is a legacy compatibility layer for the npm package `secp256k1` via noble-secp256k1
7
8
// Copy-paste from secp256k1, maybe export it?
9
const bytesToNumber = (bytes: Uint8Array) => hexToNumber(toHex(bytes));
0 commit comments