Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 645 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 645 Bytes

Signing Key

This sub-module is part of the ethers project.

It is responsible for secp256-k1 signing, verifying and recovery operations.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    SigningKey,

    computePublicKey,
    recoverPublicKey

} = require("@ethersproject/signing-key");

License

MIT License