Open
Description
The current Base64
library offers support only for base64 encoding:
However, with the advent of Foundry, there's also the need for decoding base64-encoded strings in test files.
At the moment, OpenZeppelin users are forced to go look for a solution elsewhere, e.g. in Solady, which provides both encoding and decoding.
It would thus be helpful to provide a decode
function on top of encode
.
Metadata
Metadata
Assignees
Labels
No labels