package
0.7.2
Repository: https://github.com/dnaproject/dna.git
Documentation: pkg.go.dev

# Functions

Sign returns the signature of data using privKey.
Verify check the signature of data using pubKey.
VerifyMultiSignature check whether more than m sigs are signed by the keys.

# Interfaces

Signer is the abstract interface of user's information(Keys) for signing data.