func DecodeInt32
DecodeInt32 decodes a four-byte order-preserving big-endian string.
Parameters:
- key: Exactly four bytes produced by EncodeInt32.
Returns:
- value: The signed int32 recovered after reversing the sign-bit transform.
Panics if key is not exactly four bytes long.