My Project
Loading...
Searching...
No Matches
rabbit.h
1
38WOLFSSL_API int wc_RabbitProcess(Rabbit*, byte*, const byte*, word32);
39
66WOLFSSL_API int wc_RabbitSetKey(Rabbit*, const byte* key, const byte* iv);
WOLFSSL_API int wc_RabbitProcess(Rabbit *, byte *, const byte *, word32)
This function encrypts or decrypts a message of any size, storing the result in output....
Definition rabbit.c:310
WOLFSSL_API int wc_RabbitSetKey(Rabbit *, const byte *key, const byte *iv)
This function initializes a Rabbit context for use with encryption or decryption by setting its iv an...
Definition rabbit.c:219
Definition rabbit.h:53