How to use the cryptoAnonCrypt function from bindings

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

186
187
188
189
190
191
192
193
194
195
  return cb.promise
}

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

indy.cryptoAnonDecrypt = function cryptoAnonDecrypt (wh, recipientVk, encryptedMsg, cb) {
fork icon743
star icon0
watch icon0

+ 831 other calls in file

Other functions in bindings

Sorted by popularity

function icon

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