m4ri-sys

Crates.iom4ri-sys
lib.rsm4ri-sys
version0.3.3
created_at2019-04-02 14:17:07.38773+00
updated_at2021-02-11 10:11:42.075497+00
descriptionBindings to m4ri
homepage
repositoryhttps://github.com/thomwiggers/m4ri-rust
max_upload_size
id125362
size853,025
Thom Wiggers (thomwiggers)

documentation

README

Rust bindings for M4RI

M4RI is a C library that provides efficient implementations of binary matrix operations. This crate aims to expose those functions to Rust and provides a nice wrapper around matrices, vectors and operations on both.

References

Martin Albrecht and Gregory Bard. The M4RI Library. https://malb.bitbucket.io/m4ri

See also the references section of the M4RI docs here.

This was written in the context of:

Thom Wiggers. Solving LPN using Large Covering Codes. Master's Thesis Radboud University, 2018.

See also https://thomwiggers.nl/research/msc-thesis/

Optional features

  • serde: Enable serialization
  • M4RI options:
    • m4rm_mul: Use m4rm as multiplication algorithm
    • naive_mul: Use the naive strategy
    • strassen_mul: Use the Strassen algorithm

Windows support

You may currently experience issues trying to build this on Windows. Help would be welcome (See issue #6).

Releases

Releases are available with DOI:

DOI

Commit count: 0

cargo fmt