[gnutls-devel] GnuTLS | add support for 0-RTT (!775)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon Oct 29 13:51:19 CET 2018
Nikos Mavrogiannopoulos started a new discussion on lib/tls13/siphash.c:
> + v0 += v1; \
> + v1 = ROTL(v1, 13); \
> + v1 ^= v0; \
> + v0 = ROTL(v0, 32); \
> + v2 += v3; \
> + v3 = ROTL(v3, 16); \
> + v3 ^= v2; \
> + v0 += v3; \
> + v3 = ROTL(v3, 21); \
> + v3 ^= v0; \
> + v2 += v1; \
> + v1 = ROTL(v1, 17); \
> + v1 ^= v2; \
> + v2 = ROTL(v2, 32); \
> + } while (0)
> +
It would be good to have some comment on how this function is to be used (desc+parameters).
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/775#note_112778641
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/20181029/937957e3/attachment.html>
More information about the Gnutls-devel
mailing list