My Project
Loading...
Searching...
No Matches
arc4.h
1
35WOLFSSL_API int wc_Arc4Process(Arc4*, byte*, const byte*, word32);
36
59WOLFSSL_API int wc_Arc4SetKey(Arc4*, const byte*, word32);
WOLFSSL_API int wc_Arc4Process(Arc4 *, byte *, const byte *, word32)
This function encrypts an input message from the buffer in, placing the ciphertext in the output buff...
Definition arc4.c:87
WOLFSSL_API int wc_Arc4SetKey(Arc4 *, const byte *, word32)
This function sets the key for a ARC4 object, initializing it for use as a cipher....
Definition arc4.c:35
Definition arc4.h:46