Skip to content

Instantly share code, notes, and snippets.

@schirrmacher
Last active February 4, 2020 09:28
Show Gist options
  • Save schirrmacher/90d620272a10aebb6a2111da2dcbca5f to your computer and use it in GitHub Desktop.
Save schirrmacher/90d620272a10aebb6a2111da2dcbca5f to your computer and use it in GitHub Desktop.
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