|
Leancrypto 1.6.0
Post-Quantum Cryptographic Library
|
Go to the source code of this file.
Functions | |
| int | lc_init (unsigned int flags) |
| Initialization of leancrypto. | |
| int lc_init | ( | unsigned int | flags | ) |
Initialization of leancrypto.
This function invokes all necessary initialization functions required at the loading time of leancrypto. However, this function is only needed for environments without a constructor functionality such as the Linux kernel or the EFI environment.
For regular environments such as Linux, this function is not required to be called. But it does not hurt to be called.
| [in] | flags | currently unused |