zk/gadgets/native_range_check: Add TODO note for strict decompose.

This commit is contained in:
parazyd
2022-07-18 22:42:40 +02:00
parent c35bed54f2
commit 9cef0dccb2

View File

@@ -114,6 +114,7 @@ impl<const WINDOW_SIZE: usize, const NUM_BITS: usize, const NUM_WINDOWS: usize>
.collect()
}
// TODO: strict bool
pub fn decompose(
&self,
region: &mut Region<'_, pallas::Base>,