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

Share the implementation of hashlib across ports #8749

Merged
merged 7 commits into from
Jan 4, 2024

Commits on Dec 22, 2023

  1. Share the implementation of hashlib across ports

    .. many platforms can use mbedtls to implement hashlib.
    
    Compile-tested with pico-w. Tested on feather rp2040 dvi.
    jepler committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    080cc54 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Fix hashlib for espressif

    due to mbedtls version skew, some macros need to be provided.
    
    The espressif common-hal implementation is no longer needed.
    
    The copyright of hashlib/__init__.h comes from micropython
    extmod/modhashlib.c where I found the macro definitions.
    jepler committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2768406 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2aba46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d61e63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa1a2c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93dd2d5 View commit details
    Browse the repository at this point in the history
  6. fix building esp32h2

    jepler committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d86d699 View commit details
    Browse the repository at this point in the history