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

Initial Code #1

Merged
merged 7 commits into from Aug 20, 2019
Merged

Initial Code #1

merged 7 commits into from Aug 20, 2019

Conversation

brentru
Copy link
Member

@brentru brentru commented Aug 19, 2019

This module adds helpers for conversions between binary and ASCII

@brentru brentru requested a review from a team August 19, 2019 21:52
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_binascii.git"


TABLE_A2B_B64 = [
Copy link
Member

Choose a reason for hiding this comment

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

unless this is modified, please make it a () instead of []

Copy link
Member

Choose a reason for hiding this comment

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

or better yet a b'' bytearrays (most compact)

Copy link
Member Author

Choose a reason for hiding this comment

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

@ladyada Made this a tuple instead of a list, unsure how to handle the negative values within TABLE_A2B_B64 if it were changed to a bytearray.

@ladyada ladyada merged commit b33c0f4 into adafruit:master Aug 20, 2019
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

2 participants