halo2/examples/sha256/table16
Las Safin 1613445cdb
Fix compilation with rustc 1.57.0
The type inference algorithm seems to have been simplified,
meaning that the combination of T::from(x.into()) doesn't work anymore.

In any case, the code was also incomprehensible to a human, as it's not clear
by which "route" it does the transformation. It took me a few minutes to
figure out it's a `u64`.
2022-01-20 16:24:33 +00:00
..
compression Remove `FieldExt::from_u64` usage from SHA-256 example 2021-12-25 13:34:36 +00:00
message_schedule Remove `FieldExt::from_u64` usage from SHA-256 example 2021-12-25 13:34:36 +00:00
compression.rs Introduce AssignedBits<LEN> type. 2021-11-27 10:22:52 -05:00
gates.rs Remove `FieldExt::from_u64` usage from SHA-256 example 2021-12-25 13:34:36 +00:00
message_schedule.rs Introduce AssignedBits<LEN> type. 2021-11-27 10:22:52 -05:00
spread_table.rs Fix compilation with rustc 1.57.0 2022-01-20 16:24:33 +00:00
util.rs Introduce AssignedBits<LEN> type. 2021-11-27 10:22:52 -05:00