package
Version:
v3.0.5+incompatible
Opens a new window with list of versions in this module.
Published: Mar 22, 2019
License: LGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Ed25519 is the ed25519 crypto algorithm
GenSeckey will generate the secret key by ed25519
GetPubkey will get the public key of the secret key by ed25519
Sign will signature the message with seckey by ed25519
Verify will verify the message with pubkey and sig by ed25519
Secp256k1 is the secp256k1 crypto algorithm
GenSeckey will generate the secret key by secp256k1
GetPubkey will get the public key of the secret key by secp256k1
Sign will signature the message with seckey by secp256k1
Verify will verify the message with pubkey and sig by secp256k1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.