Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Base32 decoding for new EncoderDecoder #55

Merged
merged 9 commits into from
Jan 20, 2023

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    fff0321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db94af View commit details
    Browse the repository at this point in the history
  3. Formatting tweak

    05nelsonm committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d565ce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    053574f View commit details
    Browse the repository at this point in the history
  5. Migrate bit shifting to helper class BitBuffer so it can be reused in…

    … other implementations
    05nelsonm committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f12fed9 View commit details
    Browse the repository at this point in the history
  6. Add another parameter to hold onto the limit so it can be used in dec…

    …oding (to not send padding unnecessarily)
    05nelsonm committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c0914a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eae0c3a View commit details
    Browse the repository at this point in the history
  8. Annotate with JvmField

    05nelsonm committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1bad240 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52f426b View commit details
    Browse the repository at this point in the history