Verifier class function
Function | Description | Sample |
---|---|---|
nevis.crypto.verifier.new() | Instantiates a new verifier object with the given key. The verifier can be used to sign/verify strings with the HMAC-SHA256 cipher mechanism. | local verifier = nevis.crypto.verifier.new("TheKey") |