Skip to content
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

extend test_blind_sign_request #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

haroldcarr
Copy link
Contributor

This extends test_blind_sign_request

  • create two issuers
  • create two credentials where the blinded claim values are equal
  • create and verify a presentation that includes an EqualityStatement saying they are equal
  • that is expected to pass (it does)

Then

  • create two credentials where the blinded claim values are NOT equals
  • attempt to create a presentation request that includes an EqualityStatement saying they are equal
  • that is expected to fail with a specific error message (it does fail correctly).

@haroldcarr haroldcarr force-pushed the main branch 2 times, most recently from 2aaba31 to bce7e31 Compare March 18, 2025 01:22
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.

1 participant