# Functions
No description provided by the author
Generate generates private key of given type.
RegisterSignature should be only used during init.
Sign takes in signature type, private key and message.
ToPublic converts private key to public key.
Verify verifies signatures.
# Interfaces
SigShim is used for introducing signature functions.