Skip to content

Commit d5efe05

Browse files
authored
Add ArraySize impls for 536 and 568 (#128)
These sized are needed for cSHAKE serialization.
1 parent e179c25 commit d5efe05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sizes.rs

+2
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,10 @@ impl_array_sizes_with_import! {
557557
511 => U511,
558558
512 => U512,
559559
528 => U528,
560+
536 => U536,
560561
544 => U544,
561562
560 => U560,
563+
568 => U568,
562564
576 => U576,
563565
592 => U592,
564566
608 => U608,

0 commit comments

Comments
 (0)