gsiphash
Functions
pub fn siphash(
from data: BitArray,
using key: BitArray,
with_c_rounds c: Int,
with_d_rounds d: Int,
) -> Result(Int, String)
pub fn siphash_2_4(
from data: BitArray,
using key: BitArray,
) -> Result(Int, String)