-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for base64url alphabet (#24)
* fix: decoding of padded input and add length assertions * feat: add support for base64url encoding * test: url safe encoding pad/no pad * feat: add support for base64url decoding * test: url safe decoding pad/no pad * docs: update README and example tests for configurability * docs: update costs for encode/decode - note: based on profiling, it seems that the previous costs were wrong and that the current costs have been the same since the reversed encoding/decoding was fixed in commit cc5b18a. * chore: rename encoder/decoder config names
- Loading branch information
Showing
4 changed files
with
545 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.