- Preparing search index...
- The search index is not available
Stacks.js
Function triplesecDecrypt
- triplesecDecrypt(arg, cb): void
-
Parameters
-
arg: {
data: Uint8Array;
key: Uint8Array;
}
-
data: Uint8Array
-
key: Uint8Array
-
cb: ((err, buff) => void)
-
- (err, buff): void
-
Parameters
-
err: null | Error
-
buff: null | Uint8Array
Returns void
Returns void