|
Leancrypto 1.6.0
Post-Quantum Cryptographic Library
|
#include "ext_headers.h"Go to the source code of this file.
Functions | |
| void * | lc_memcpy_secure (void *d, size_t dn, const void *s, size_t sn) |
| Leancrypto-internal memcpy. | |
| void * lc_memcpy_secure | ( | void * | d, |
| size_t | dn, | ||
| const void * | s, | ||
| size_t | sn ) |
Leancrypto-internal memcpy.
| d | Destination buffer |
| dn | Size of destination buffer |
| s | Source buffer |
| sn | Size of source buffer |