mr_helper

class cryptographic_estimators.MREstimator.mr_helper.Variant(value)

Bases: Enum

An enumeration.

block_wiedemann = 2
strassen = 1
cryptographic_estimators.MREstimator.mr_helper.determinant_of_A(m, n, r, t)
cryptographic_estimators.MREstimator.mr_helper.entry_i_j_of_A(n, m, t, i, j)
cryptographic_estimators.MREstimator.mr_helper.extended_binomial(n, k)
cryptographic_estimators.MREstimator.mr_helper.matrix_A(m, n, r, t)
cryptographic_estimators.MREstimator.mr_helper.minors_polynomial_degree(m, n_reduced, k_reduced, r)
cryptographic_estimators.MREstimator.mr_helper.minors_series(m, n, k, r)