Skip to content

Commit

Permalink
Missing array sizes for hashes serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Mar 17, 2024
1 parent ce4b180 commit 61f05d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/sizes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,22 @@ impl_array_sizes! {
254 => U254,
255 => U255,
256 => U256,
258 => U258,
265 => U265,
266 => U266,
272 => U272,
273 => U273,
287 => U287,
288 => U288,
304 => U304,
305 => U305,
320 => U320,
336 => U336,
337 => U337,
345 => U345,
352 => U352,
368 => U368,
383 => U383,
384 => U384,
400 => U400,
416 => U416,
Expand Down

0 comments on commit 61f05d7

Please sign in to comment.