-
Notifications
You must be signed in to change notification settings - Fork 154
Implement enc CLI #2877
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?
Implement enc CLI #2877
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2877 +/- ##
==========================================
+ Coverage 78.22% 78.23% +0.01%
==========================================
Files 683 685 +2
Lines 117491 117722 +231
Branches 16510 16543 +33
==========================================
+ Hits 91909 92104 +195
- Misses 24694 24733 +39
+ Partials 888 885 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I believe the Valgrind failure is this one: https://github.com/aws/aws-lc/actions/runs/20031393257/job/57441202249?pr=2877#step:4:1663 |
Description of changes:
Implement enc CLI with the following options:
Testing:
Unit tests
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.