This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/doc/hook/other_unencapsulate.bb
2016-11-30 16:22:31 -08:00

6 lines
270 B
BlitzBasic

[h2]other_unencapsulate[/h2]
Passed an array of 'data', 'prvkey', 'alg', 'result' when decrypting data with an algorithm (alg) which is unknown to the system. Hooks are expected to identify their algorithm, decrypt data with prvkey and place the result in 'result'.