-
Notifications
You must be signed in to change notification settings - Fork 141
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
codec_sv2
with optional no_std
#1346
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1346 +/- ##
==========================================
- Coverage 19.11% 19.09% -0.03%
==========================================
Files 166 166
Lines 11047 11062 +15
==========================================
Hits 2112 2112
- Misses 8935 8950 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1eb9e9d
to
8b1a78f
Compare
Bencher Report
🚨 1 Alert
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
7a816ad
to
8ff9c99
Compare
de92977
to
a4e53b5
Compare
…ATCH version to all depending crates
a4e53b5
to
867be62
Compare
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.
ACK. Just one nit.
Co-authored-by: bit-aloo <[email protected]>
same technique as for
noise_sv2
on which it is depending : adding a#![no_std]
compliant intermediary API using thex_with_now_rng()
so use can provide ano_std
system time and randome number generator is the embedded system have them.