get-smooth / crypto-lib

A Cryptographic Library for Smooth Blockchain uses
37 stars 2 forks source link

🐛 apply OZ's fix for Base64Url #1

Closed qd-qd closed 6 months ago

qd-qd commented 6 months ago

Update the Base64Url.sol file to the latest version from Solmate's main branch that includes the fix highlighted by the OZ team recently.

--

As this file is not used in the repository at all, I would suggest removing it or at least importing the Solady library to use their implementation (https://github.com/Vectorized/solady/blob/main/src/utils/Base64.sol). That will improve the maintenance.