# 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.