Skip to content

Conversation

cronokirby
Copy link
Collaborator

  • Update docs to hard link to the trait (now Signer).
  • Rename internal scheme modules to signer, matching the trait they impl.

@cronokirby cronokirby requested a review from danlaine August 28, 2025 16:57
@cronokirby cronokirby force-pushed the cronokirby/rename-scheme branch from 9661132 to e0296cb Compare August 28, 2025 17:09
@cronokirby cronokirby force-pushed the cronokirby/rename-scheme branch from bd4ff31 to 3c447a4 Compare August 28, 2025 17:36
@cronokirby cronokirby force-pushed the cronokirby/rename-scheme branch 2 times, most recently from 4a56637 to d230742 Compare August 28, 2025 17:55
- Update docs to hard link to the trait (now `Signer`).
- Rename internal `scheme` modules to `signer`, matching the trait they impl.
- add `Scheme` trait as a marker over being both `Signer` and `Verifier`.
Now we refer directly to `Signer` and `Verifier` traits.

The way these are structured, they can't be combined into a single trait
though.
@cronokirby cronokirby force-pushed the cronokirby/rename-scheme branch from 3b5ced3 to ebc43f4 Compare August 28, 2025 20:18
@patrick-ogrady patrick-ogrady merged commit a2ab30d into main Aug 28, 2025
37 checks passed
@patrick-ogrady patrick-ogrady deleted the cronokirby/rename-scheme branch August 28, 2025 21:20
Copy link

codecov bot commented Aug 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.80%. Comparing base (4e9f321) to head (ebc43f4).
⚠️ Report is 1 commits behind head on main.

@@           Coverage Diff           @@
##             main    #1494   +/-   ##
=======================================
  Coverage   91.80%   91.80%           
=======================================
  Files         280      280           
  Lines       70653    70653           
=======================================
  Hits        64865    64865           
  Misses       5788     5788           
Files with missing lines Coverage Δ
cryptography/src/bls12381/scheme.rs 89.35% <ø> (ø)

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 4e9f321...ebc43f4. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants