This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Remove custom crypto library dependencies #683
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
We currently indirectly depend on https://github.com/cloudflare/circl, which complicates ensuring FIPS compliance because it is outside of standard go crypto. We need to remove all custom crypto dependencies.
We also need to remove golang.org/x/crypto usage:
I believe both of these can be solved by:
The text was updated successfully, but these errors were encountered: