dcrypt-algorithms 1.2.3

Cryptographic primitives for the dcrypt library
Documentation
1
2
3
4
5
6
7
8
9
//! Solvers for Systems of Multivariate Quadratic Equations
//!
//! Placeholder for algorithms like Gaussian elimination, XL, or specialized
//! methods (e.g., related to Oil and Vinegar structure for Rainbow)
//! to find solutions to MQ systems.

#![cfg_attr(not(feature = "std"), no_std)]

// TODO: Implement relevant equation solving algorithms.