Cryptographic primitives used in Polygon Miden rollup

1 Open Issue Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub
Security Cryptographic Primitives

AI Summary: Move the `LexicographicWord` type, a thin wrapper around a `Word` implementing lexicographic ordering, from the `miden-base` repository to the `miden-crypto` repository. This requires updating any code in `miden-crypto` that uses `LexicographicWord` to reflect the new location and potentially handling any merge conflicts with the `miden-base` PR that introduces this type.

Complexity: 3/5
good first issue

Cryptographic primitives used in Polygon Miden rollup

Rust