Trait CarrylessMul

trait CarrylessMul: Copy + 'static

Required Methods

fn carryless_mul(self: Self, rhs: Self) -> Self

See super::carryless_mul; we just need the trait indirection to handle different types since calling intrinsics with generics doesn't work.

Implementors