[][src]Crate isa_l

Functions

ec_encode_data

Generate or decode erasure codes on blocks of data, runs appropriate version.

ec_encode_data_owned

Generate or decode erasure codes on blocks of data, runs appropriate version.

ec_init_tables

Initialize tables for fast Erasure Code encode and decode.

ec_init_tables_owned

Initialize tables for fast Erasure Code encode and decode.

gf_gen_cauchy1_matrix

Generate a Cauchy matrix of coefficients to be used for encoding.

gf_gen_decode_matrix_simple

Generate decode matrix from encode matrix and erasure list

gf_gen_rs_matrix

Generate a matrix of coefficients to be used for encoding.

gf_inv

Single element GF(2^8) inverse.

gf_invert_matrix

Invert a matrix in GF(2^8).

gf_mul

Single element GF(2^8) multiply.