divviup / libprio-rs

Implementation of Prio in Rust.
Mozilla Public License 2.0
103 stars 31 forks source link

Replace uses of fixed-macro #1117

Closed divergentdave closed 2 months ago

divergentdave commented 2 months ago

This replaces uses of fixed-macro with constants that do constant-time parsing of string literals. This lets us knock out a number of crates from the dev dependency graph, one of which is unmaintained.