Skip to content
Snippets Groups Projects
Commit 0473a080 authored by Donald Stufft's avatar Donald Stufft
Browse files

Add VerifyKey which can be used to verify a signed message

* Accepts the binary representation of a public key
* nacl.signing.VerifyKey().verify accepts either a single signed
  message with the signature and message conatted or seperate
  message and signature and will raise an exception if it detects
  tampering, forgery, or corruption.
parent 4617f89d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment