fabric-ca icon indicating copy to clipboard operation
fabric-ca copied to clipboard

[WIP] Use bccsp instead of directly idemix

Open ale-linux opened this issue 2 years ago • 0 comments

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 avatar Sep 14 '23 07:09 ale-linux