briansmith / ring

Safe, fast, small crypto using Rust
Other
3.68k stars 693 forks source link

build.rs: Clarify when Perl and pregenerated sources are used. #1963

Closed briansmith closed 5 months ago

briansmith commented 5 months ago

Perl is not needed when we are using pregenerated sources, and pregenerated sources are not used when Perl is used to generate them. Clarify this by using an enum that makes the mutual exclusion clear.