@faustbrian/node-schnorr
v1.0.0
Published
schnorr signatures for node.js
Downloads
8
Readme
You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.
@faustbrian/node-schnorr
Installation
pnpm install @faustbrian/node-schnorr
Usage
import { sign } from "@faustbrian/node-schnorr";
sign(
"0000000000000000000000000000000000000000000000000000000000000000",
"0000000000000000000000000000000000000000000000000000000000000003",
);
License
This is an open-sourced software licensed under the AGPL-3.0-or-later.