Created
February 4, 2020 10:27
-
-
Save schirrmacher/e1a0a60e7b4e704ed4624dbb94c3e47f 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
static srtp_err_status_t srtp_hmac_compute(void *statev, | |
const uint8_t *message, | |
int msg_octets, | |
int tag_len, | |
uint8_t *result) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment