Leancrypto 1.6.0
Post-Quantum Cryptographic Library
Loading...
Searching...
No Matches
lc_memcpy_secure.h File Reference
#include "ext_headers.h"
Include dependency graph for lc_memcpy_secure.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.

Function Documentation

◆ lc_memcpy_secure()

void * lc_memcpy_secure ( void * d,
size_t dn,
const void * s,
size_t sn )

Leancrypto-internal memcpy.

Parameters
dDestination buffer
dnSize of destination buffer
sSource buffer
snSize of source buffer