biscuit-rust icon indicating copy to clipboard operation
biscuit-rust copied to clipboard

add support for ecdsa signatures

Open Geal opened this issue 3 years ago • 2 comments

  • https://github.com/biscuit-auth/biscuit/pull/165

Geal avatar Oct 11 '22 19:10 Geal

CodSpeed Performance Report

Merging #108 will not alter performance

Comparing fipscuit (c88fff0) with v5 (3e3f071)

Summary

✅ 12 untouched benchmarks

codspeed-hq[bot] avatar May 26 '24 20:05 codspeed-hq[bot]

Codecov Report

Attention: Patch coverage is 67.45407% with 124 lines in your changes missing coverage. Please review.

Project coverage is 68.18%. Comparing base (3e3f071) to head (c88fff0). Report is 1 commits behind head on v5.

:exclamation: Current head c88fff0 differs from pull request most recent head 346d4de

Please upload reports for the commit 346d4de to get more accurate results.

Files Patch % Lines
biscuit-auth/src/crypto/ed25519.rs 53.16% 37 Missing :warning:
biscuit-auth/src/crypto/p256.rs 54.05% 34 Missing :warning:
biscuit-auth/src/crypto/mod.rs 78.49% 20 Missing :warning:
biscuit-auth/src/token/unverified.rs 0.00% 16 Missing :warning:
biscuit-auth/src/capi.rs 0.00% 4 Missing :warning:
biscuit-parser/src/builder.rs 0.00% 4 Missing :warning:
biscuit-auth/src/token/mod.rs 80.00% 3 Missing :warning:
biscuit-auth/examples/third_party.rs 0.00% 2 Missing :warning:
biscuit-auth/src/token/builder.rs 81.81% 2 Missing :warning:
biscuit-auth/examples/testcases.rs 98.36% 1 Missing :warning:
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##               v5     #108      +/-   ##
==========================================
+ Coverage   67.91%   68.18%   +0.27%     
==========================================
  Files          25       27       +2     
  Lines        5507     5689     +182     
==========================================
+ Hits         3740     3879     +139     
- Misses       1767     1810      +43     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 26 '24 20:05 codecov[bot]