How to use the cryptoVerify function from bindings

Find comprehensive JavaScript bindings.cryptoVerify code examples handpicked from public code repositorys.

210
211
212
213
214
215
216
217
218
219
  return cb.promise
}

indy.cryptoVerify = function cryptoVerify (signerVk, messageRaw, signatureRaw, cb) {
  cb = wrapIndyCallback(cb)
  capi.cryptoVerify(signerVk, messageRaw, signatureRaw, cb)
  return cb.promise
}

indy.cryptoAuthCrypt = function cryptoAuthCrypt (wh, senderVk, recipientVk, messageRaw, cb) {
fork icon743
star icon2
watch icon3

+ 902 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)