# Functions
FastHash - sha1 hash the given data and return the hash as hex string */.
Hash - hash the given data and return the hash as hex string */.
This is an example of the same MIRACL public key serialized with ToString().
No description provided by the author
RawFastHash - Logic to sha1 hash the text and return the hash bytes */.
RawHash - Logic to hash the text and return the hash bytes */.
ReadKeys - reads a publicKey and a privateKey from a Reader.
No description provided by the author
Verify - given a public key and a signature and the hash used to create the signature, verify the signature.
# Constants
No description provided by the author
# Type aliases
No description provided by the author