change to 8 bit words

This commit is contained in:
Dmitry Vagner 2022-09-19 10:27:26 -07:00
parent 1783f97165
commit c45785f4a5

View File

@ -80,7 +80,7 @@ impl Segment {
Segment::TxnFields => 256,
Segment::TxnData => 256,
Segment::RlpRaw => 8,
Segment::RipeMD => 256,
Segment::RipeMD => 8,
}
}
}