How to use the cryptoAuthCrypt function from bindings

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

174
175
176
177
178
179
180
181
182
183
  return cb.promise
}

indy.cryptoAuthCrypt = function cryptoAuthCrypt (wh, senderVk, recipientVk, messageRaw, cb) {
  cb = wrapIndyCallback(cb)
  capi.cryptoAuthCrypt(wh, senderVk, recipientVk, messageRaw, cb)
  return cb.promise
}

indy.cryptoAuthDecrypt = function cryptoAuthDecrypt (wh, recipientVk, encryptedMsgRaw, cb) {
fork icon743
star icon0
watch icon1

+ 581 other calls in file

Other functions in bindings

Sorted by popularity

function icon

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