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

[WIP] Use bccsp instead of directly idemix #374

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ale-linux
Copy link
Contributor

Part I: Migration and tests in lib/server/idemix work.

fabric-ca's usage of the idemix package(s) is incorrect. Instead of relying on the bccsp abstraction, it makes direct use of the low-level API and so makes it hard to switch implementations.

Type of change

Improvement (improvement to code, performance, etc)

Description

This PR switches to using idemix's bccsp abstraction.

@ale-linux ale-linux requested a review from a team as a code owner September 14, 2023 07:51
Part I: Migration and tests in lib/server/idemix work.

Signed-off-by: Alessandro Sorniotti <[email protected]>
Part II: Migration and tests in lib/client/credential/idemix/ work

Signed-off-by: Alessandro Sorniotti <[email protected]>
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