@qevm/signing-key
v5.7.11
Published
Wrapper around dilithium-crystals-js library
Readme
Signing Key
This sub-module is part of the qethers, a fork of ethers project.
It is responsible for secp256-k1 signing, verifying and recovery operations.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
SigningKey,
recoverPublicKey
} = require("@qevm/signing-key");License
MIT License
