How to use the cryptoVerify function from bindings
Find comprehensive JavaScript bindings.cryptoVerify code examples handpicked from public code repositorys.
GitHub: kdenhartog/indy-sdk
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) {
743
2
3
+ 902 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)