pub const MAX_KEY_SIZE: u32 = 256;
Expand description

We require simple layout to use the simple C bindings, and simple layout requires that we have non-maximal length bounds, so give some excessively large key length here so we can use the simple layout.