[gnutls-devel] GnuTLS | WIP: gnutls_hkdf{expand, extract}: new API functions exposed (!1115)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Tue Nov 5 09:26:28 CET 2019
Daiki Ueno started a new discussion on lib/crypto-api.c: https://gitlab.com/gnutls/gnutls/merge_requests/1115#note_240029883
> _gnutls_aead_cipher_deinit(handle);
> gnutls_free(handle);
> }
> +
> +void gnutls_hkdf_expand(gnutls_mac_algorithm_t id,
> + const unsigned int *secret,
> + const unsigned int *info, size_t info_size,
> + unsigned out_size, void *out)
I would suggest putting `out` before `out_size`, for consistency.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1115#note_240029883
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20191105/195733c4/attachment.html>
More information about the Gnutls-devel
mailing list