clmul 0.8.0

Carry-less multiply for Rust, internally uses llvm or compiler intrinsics, with fallback if the CPU has no clmul instruction
Documentation
1
2
3
4
5
benchmark:
  RUSTFLAGS='-C target-cpu=native' cargo criterion

readme:
	cargo readme > README.md