You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use a URL-safe alphabet for all cases where we base64-encode values.
To that end, we should provide a new crate named astria-core-utils which will provide opinionated helpers to support base64 encoding and decoding, i.e. the helpers will exclusively use a URL-safe alphabet and include padding internally and offer no other options to the caller.
This work should also include replacing all existing instances of base64-encoding/-decoding with the new helpers, and should remove the base64 crate from all manifests other than the one for the new core-utils crate.
┆Issue Number: ENG-913
The text was updated successfully, but these errors were encountered:
We want to use a URL-safe alphabet for all cases where we base64-encode values.
To that end, we should provide a new crate named
astria-core-utils
which will provide opinionated helpers to support base64 encoding and decoding, i.e. the helpers will exclusively use a URL-safe alphabet and include padding internally and offer no other options to the caller.This work should also include replacing all existing instances of base64-encoding/-decoding with the new helpers, and should remove the
base64
crate from all manifests other than the one for the new core-utils crate.┆Issue Number: ENG-913
The text was updated successfully, but these errors were encountered: