Skip to content

Commit

Permalink
Implement ArrayEncoding for U832 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Nov 10, 2023
1 parent ef32e28 commit 2e30cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uint/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ impl_uint_array_encoding! {
(U512, typenum::U64),
(U576, typenum::U72),
(U768, typenum::U96),
(U832, typenum::U104),
(U896, typenum::U112),
(U1024, typenum::U128),
(U1536, typenum::U192),
Expand Down

0 comments on commit 2e30cee

Please sign in to comment.