In order to eliminate any side-channel attacks on encoding / decoding sensitive data (keys, etc.), use constant time decoding, especiall for Bech32. One possible solution is: <https://github.com/iqlusioninc/crates/tree/main/subtle-encoding>
In order to eliminate any side-channel attacks on encoding / decoding sensitive data (keys, etc.), use constant time decoding, especiall for Bech32.
One possible solution is: https://github.com/iqlusioninc/crates/tree/main/subtle-encoding