How to use the cryptoAnonDecrypt function from bindings
Find comprehensive JavaScript bindings.cryptoAnonDecrypt code examples handpicked from public code repositorys.
GitHub: telus/indy-sdk
192 193 194 195 196 197 198 199 200 201
return cb.promise } indy.cryptoAnonDecrypt = function cryptoAnonDecrypt (wh, recipientVk, encryptedMsg, cb) { cb = wrapIndyCallback(cb) capi.cryptoAnonDecrypt(wh, recipientVk, encryptedMsg, cb) return cb.promise } indy.createAndStoreMyDid = function createAndStoreMyDid (wh, did, cb) {
743
0
4
+ 831 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)