Add Base64Url encoding (#4822)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Hadrien Croubois
2024-01-16 23:12:50 +01:00
committed by GitHub
parent 281ab15886
commit 692dbc560f
6 changed files with 133 additions and 22 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': minor
---
`Base64`: Add `encodeURL` following section 5 of RFC4648 for URL encoding