Open Issues Need Help
View All on GitHub Security • Cryptographic Primitives
Move `LexicographicWord` from base to crypto 2 months ago
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