z-tokens
z-tokens copied to clipboard
Add support for constant time encoding / decoding
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