-
Notifications
You must be signed in to change notification settings - Fork 131
feat: add blake3 support #3116
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
base: main
Are you sure you want to change the base?
feat: add blake3 support #3116
Conversation
While this is a prerequisite, we need to wrap up #2554 / opencontainers/distribution-spec#494 (comment) |
https://github.com/shizhMSFT/registry-test/tree/main $ ./cryptotest --plain-http --registry localhost:8080 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3116 +/- ##
==========================================
+ Coverage 90.79% 90.82% +0.03%
==========================================
Files 172 172
Lines 32385 32385
==========================================
+ Hits 29404 29414 +10
+ Misses 2242 2234 -8
+ Partials 739 737 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b7c23bb
to
6127398
Compare
Signed-off-by: Ramkumar Chinchani <[email protected]>
Signed-off-by: Ramkumar Chinchani <[email protected]>
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.