some miscellaneous work
changelog
- add an
inspect
command tokomodo
throughmain.rs
- remove the useless
Shard.mul
implementation and tests - because
i
is au128
, usei.to_le_bytes()
instead of[i as u8]
in calls toE::ScalarField::from_le_bytes_mod_order
- add to
tests/cli.nu
the cases tha should fail - merge together the tests in
lib.rs
, e.g.verify_2
,verify_4
andverify_6
become a simplerverification
- add some documentation and NOTEs
-
impl
ementDisplay
forBlock
to dump it tostdout
- print more detailed test cases when a test fails