ckormanyos / wide-integer

Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
Boost Software License 1.0
188 stars 31 forks source link

Time point pseudorandom seeds #387

Closed ckormanyos closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #387 (e8de654) into master (521cb5a) will not change coverage. The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #387   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files          38       39    +1     
  Lines        3787     3817   +30     
=======================================
+ Hits         3787     3817   +30     
Files Coverage Δ
examples/example008_miller_rabin_prime.cpp 100.0% <100.0%> (ø)
examples/example008a_miller_rabin_prime.cpp 100.0% <100.0%> (ø)
examples/example009_timed_mul.cpp 100.0% <100.0%> (ø)
examples/example009a_timed_mul_4_by_4.cpp 100.0% <100.0%> (ø)
examples/example009b_timed_mul_8_by_8.cpp 100.0% <100.0%> (ø)
examples/example012_rsa_crypto.cpp 100.0% <100.0%> (ø)
test/test_uintwide_t_edge_cases.cpp 100.0% <100.0%> (ø)
test/test_uintwide_t_float_convert.cpp 100.0% <100.0%> (ø)
test/test_uintwide_t_int_convert.cpp 100.0% <100.0%> (ø)
test/test_uintwide_t_n_base.h 100.0% <100.0%> (ø)
... and 4 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 521cb5a...e8de654. Read the comment docs.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
3.1% 3.1% Duplication