From 2e30cee13ca8c40ca1e70ff43006e61b3697ffb1 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Fri, 10 Nov 2023 20:09:39 +0100 Subject: [PATCH] Implement `ArrayEncoding` for `U832` (#288) --- src/uint/array.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uint/array.rs b/src/uint/array.rs index a23e84ed..1f83dfc1 100644 --- a/src/uint/array.rs +++ b/src/uint/array.rs @@ -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),