zcash / halo2

The Halo2 zero-knowledge proving system
https://zcash.github.io/halo2/
Other
716 stars 487 forks source link

Change `pub(crate)` to `pub` for `enable_selector` method of `Region` type #764

Open ElijahVlasov opened 1 year ago

ElijahVlasov commented 1 year ago

I don't see any reason why the method should be hidden by pub(crate). In fact, it hinders the process of writing one's own RegionLayouter.