Last active
February 4, 2020 09:28
-
-
Save schirrmacher/90d620272a10aebb6a2111da2dcbca5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int signal_encrypt(signal_context *context, | |
signal_buffer **output, | |
int cipher, | |
const uint8_t *key, size_t key_len, | |
const uint8_t *iv, size_t iv_len, | |
const uint8_t *plaintext, size_t plaintext_len); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment