jumping assert for testing purposes

This commit is contained in:
Guillermo Oyarzun
2024-06-14 11:40:37 +02:00
parent c0106dcd68
commit e62d0f47da

View File

@@ -44,6 +44,7 @@ impl ShortintEngine {
match grouping_factor.0 {
2 => ThreadCount(5),
3 => ThreadCount(7),
4 => ThreadCount(7), // just to test
_ => {
todo!("Currently shortint only supports grouping factor 2 and 3 for multi bit PBS")
}