filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
491 stars 314 forks source link

fix: simpler cache cleaning #1723

Closed vmx closed 1 year ago

vmx commented 1 year ago

Instead of requiring t_aux for cache cleaning, use file name globbing. This is less code and easier to document and reason about.