# Packages
No description provided by the author
# Functions
PrivKeyFromProto takes a protobuf PrivateKey and transforms it to a crypto.PrivKey.
PrivKeyToProto takes crypto.PrivKey and transforms it to a protobuf PrivKey.
PubKeyFromProto takes a protobuf Pubkey and transforms it to a crypto.Pubkey.
PubKeyToProto takes crypto.PubKey and transforms it to a protobuf Pubkey.