Static compressStatic createCreates a signature that is
Static makeTakes a 32 byte private key and returns a privkey/pubkey pair.
The resulting pubkey is uncompressed. For the use in Cosmos it should
be compressed first using Secp256k1.compressPubkey.
Static recoverStatic trimStatic uncompressStatic verifyGenerated using TypeDoc
Takes a compressed or uncompressed pubkey and return a compressed one.
This function is idempotent.