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