Documentation: siphash: disambiguate HalfSipHash algorithm from hsiphash functions
authorEric Biggers <ebiggers@google.com>
Fri, 22 Apr 2022 00:27:31 +0000 (17:27 -0700)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 25 Apr 2022 15:26:40 +0000 (17:26 +0200)
commit5a7e470e460fb90657343d843732325e53bb875f
treeca85435dd337aa880ca2047fc21adac75997044f
parent2fbfeb4fa61684955980b99603c29d2002a67118
Documentation: siphash: disambiguate HalfSipHash algorithm from hsiphash functions

Fix the documentation for the hsiphash functions to avoid conflating the
HalfSipHash algorithm with the hsiphash functions, since these functions
actually implement either HalfSipHash or SipHash, and random.c now uses
HalfSipHash (in a very special way) without the hsiphash functions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Documentation/security/siphash.rst