fractal_algebra 0.3.6

A library for fractal algebra experimentation
Documentation
1
2
3
4
5
6
//! Defines global constants used throughout the application.
//!
//! Keeping constants in a central module improves maintainability and clarity.

/// The modulus value used for specific mathematical operations, likely related to hashing or finite fields.
pub const MODULUS: usize = 256;