Module siphash24_test

Source
Expand description

This tests a software SipHash24 implementation. To run this test, add this line to the boot sequence:

test::siphash24_test::run_siphash24();

Statics§

CHASH
HBUF
HHASH
HSTRING

Functions§

run_siphash24
static_init_test_siphash24 🔒