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.
Loading
Please register or sign in to comment