hyperledger / aries-vcx

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
125 stars 83 forks source link

[Refactor] Investigate/Implement refactor to use anoncreds-rs types instead of internal anoncreds_types crate #1225

Open gmulhearn opened 5 months ago

gmulhearn commented 5 months ago

As discussed in our recently community call, we want to look into refactoring such that anoncreds-rs types are used throughout the codebase, instead of our copy-paste thin layer of the types anoncreds_types.

Some discussion is found here.

Open questions: