fabric-ca
fabric-ca copied to clipboard
[WIP] Use bccsp instead of directly idemix
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.