Re: [PATCH v5] lib/hash: add siphash

2024-06-19 Thread Thomas Monjalon
Hash lib maintainers are not Cc'ed, adding them for review. 17/06/2024 16:58, Stephen Hemminger: > The existing hash functions in DPDK are not cryptographically > secure and can be subject to carefully crafted packets causing > DoS attack. > > Add SipHash which is a fast and cryptographicly soun

[PATCH v5] lib/hash: add siphash

2024-06-17 Thread Stephen Hemminger
The existing hash functions in DPDK are not cryptographically secure and can be subject to carefully crafted packets causing DoS attack. Add SipHash which is a fast and cryptographicly sound hash created by Jean-Philippe Aumasson and Daniel J. Bernstein. Siphash is widely used by Linux, FreeBSD, O