[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:17 CET 2018


Nikos Mavrogiannopoulos started a new discussion on lib/tls13/siphash.c:

> +		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)
> +
> +uint64_t _gnutls_siphash_2_4(const uint8_t *in, const size_t inlen,

Shouldn't we have some test vectors for this function?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/775#note_112778632
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/c0aad919/attachment-0001.html>


More information about the Gnutls-devel mailing list