briansmith / ring

Safe, fast, small crypto using Rust
Other
3.77k stars 708 forks source link

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

Closed briansmith closed 9 months ago

briansmith commented 9 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.