-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactor one-shot AesCtr #155
Conversation
} | ||
|
||
/// <summary> | ||
/// TODO | ||
/// </summary> | ||
/// <param name="plaintext">TODO</param> | ||
/// <param name="input">TODO</param> |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
} | ||
|
||
/// <summary> | ||
/// TODO | ||
/// </summary> | ||
/// <param name="ciphertext">TODO</param> | ||
/// <param name="input">TODO</param> |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
} | ||
|
||
/// <summary> | ||
/// TODO | ||
/// </summary> | ||
/// <param name="ciphertext">TODO</param> | ||
/// <param name="input">TODO</param> |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
} | ||
|
||
/// <summary> | ||
/// TODO | ||
/// </summary> | ||
/// <param name="ciphertext">TODO</param> | ||
/// <param name="input">TODO</param> |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #155 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 428 438 +10
Branches 78 84 +6
=========================================
+ Hits 428 438 +10 ☔ View full report in Codecov by Sentry. |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
No description provided.