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