Registry / crypto / winter-math

winter-math

JSON →
library0.13.1rscratesunverified

Math library for the Winterfell STARK prover/verifier.

# Cargo.toml [dependencies] winter-math = "0.13.1"
INSTALL
IMPORT
SIG · WINTER-MATH
W
winter-math
cryptorustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FieldElement
use winter_math::FieldElement;

Demonstrates basic field element arithmetic.

use winter_math::FieldElement; let a = FieldElement::new(5); let b = FieldElement::new(3); let c = a + b;
Debug
Known issues
gotchaRequires feature flags for specific field implementations
fix
Enable features like 'bls381' or 'quadratic' in Cargo.toml
affects: >=0.1.0
Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
winter-math — cargo add winter-math · libregistry