Skip to content

Commit

Permalink
feat!: change base32hex to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 11, 2024
1 parent fe873b8 commit 3364836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iso-base/src/rfc4648.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const bases = {
hex: [4, '0123456789abcdef'],
base16: [4, '0123456789ABCDEF'],
base32: [5, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567'],
base32hex: [5, '0123456789ABCDEFGHIJKLMNOPQRSTUV'],
base32hex: [5, '0123456789abcdefghijklmnopqrstuv'],
base64: [
6,
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',
Expand Down

0 comments on commit 3364836

Please sign in to comment.