Skip to main content
Version: 4.6.x.x LTS

Verifier class function

FunctionDescriptionSample
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")