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
Remove all mbedtls references from the codebase (#28)
* Initial plan
* Remove all mbedtls references from codebase
- Remove MBEDTLS CMake option and find_library block from CMakeLists.txt
- Remove MBEDTLS condition from test/CMakeLists.txt
- Remove mbedtls include and sha256 functions from merklecpp.h
- Remove all HAVE_MBEDTLS conditional code from test files
- Remove libmbedtls-dev install and -DMBEDTLS=ON from CI workflow
- Remove mbedTLS references from documentation
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
* Remove accidentally committed codeql build artifacts and add to .gitignore
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
* Apply suggestion from @achamayou
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
0 commit comments