uruk-project / Jwt

JSON Web Token implementation for .Net & .Net Core
MIT License
81 stars 13 forks source link

Reduce allocation from ECDSA & RSA signature & validation #495

Closed ycrumeyrolle closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #495 into master will decrease coverage by 0.01%. The diff coverage is 55.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #495      +/-   ##
==========================================
- Coverage   63.13%   63.11%   -0.02%     
==========================================
  Files         165      165              
  Lines        8785     8798      +13     
  Branches     1449     1449              
==========================================
+ Hits         5546     5553       +7     
- Misses       2721     2727       +6     
  Partials      518      518              
Impacted Files Coverage Δ
src/JsonWebToken/Cryptography/EcdsaSigner.cs 51.85% <53.84%> (-0.33%) :arrow_down:
src/JsonWebToken/Cryptography/RsaSigner.cs 55.40% <57.14%> (+0.33%) :arrow_up:

Continue to review full report at Codecov.

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