- Add a method on `Depolorizer` for decoding `[32]byte` directly called `DepolorizeBytes32` - This is useful for a common use case of decoding to `[32]byte` values. - The mirror for encoding is currently performed by slicing the array but a dedicated function can be implemented if justified
Depolorizerfor decoding[32]bytedirectly calledDepolorizeBytes32[32]bytevalues.