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