Function bromberg_sl2::constmatmul[][src]

pub const fn constmatmul(a: HashMatrix, b: HashMatrix) -> HashMatrix
Expand description

Identical results to the * operator, but slower. Exposed to provide a const version in case you’d like to compile certain hashes into your binaries.