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

Stub in Base32 migration to EncoderDecoder #49

Merged
merged 15 commits into from
Jan 20, 2023

Conversation

05nelsonm
Copy link
Owner

@05nelsonm 05nelsonm commented Jan 20, 2023

Part 1 of #41

Wanted a "check point" here, as before continuing with the actual encoding/decoding implementation, #48 needs to be taken care of.

This PR:

  • Stubs in the implementation for Base32 encoding
  • Reworks the builder patter for Base16
    • Found that when stubbing in things for the Base32 implementation, some things were off
      and to remain consistent across modules, needed to update it.
  • Renames EncoderDecoder.Configuration -> EncoderDecoder.Config
  • Cleans up documentation & code

@05nelsonm 05nelsonm self-assigned this Jan 20, 2023
Copy link
Owner Author

@05nelsonm 05nelsonm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

Copy link
Owner Author

@05nelsonm 05nelsonm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@05nelsonm 05nelsonm merged commit 59de16d into master Jan 20, 2023
@05nelsonm 05nelsonm deleted the issue/41-base32-migration-stub branch January 20, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant