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

8 lines
270 B
BlitzBasic

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