[][src]Function bromberg_sl2::constmatmul

#[must_use]pub const fn constmatmul(a: HashMatrix, b: HashMatrix) -> HashMatrix

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.