anoncreds-rs
anoncreds-rs copied to clipboard
anoncreds-rs
Hi there. I open this issue here: https://github.com/hyperledger/anoncreds-clsignatures-rs/issues/42 But it also affects this repository so Im adding this issue here.
Currently different parts of the verifiable credential ecosystem are being migrated from did:sov spec to did:indy. This PR adds support to index did:sov and did:indy by a common format. ie...
It might be good to set up some best practices for verifying AnonCreds W3C VPs, especially in relation to usage with for example PEX. Here's some security things I've ran...
PR #317 changed the `cryptosuite` values for the AnonCreds Data integrity proof to be the same for all three instances of a proofValues (VC, VCs in a Presentation, VP). Adding...
Cross-posting this from PR https://github.com/openwallet-foundation/agent-framework-javascript/pull/1629. The proofs created between AnonCreds RS and Indy SDK are different? It seems with Indy when revealing `name` and a predicate on `age` from the...
In Indy SDK it was allowed to issue a credential based on a credential definition and omitting certain fields from the credential, thus making those values optional. You could then...
Per the [AnonCreds Rust Working Group meeting of 2022.11.07](https://wiki.hyperledger.org/display/ANONCREDS/2022-11-07+AnonCreds+Rust+Working+Group+Meeting), on the topic of Wrappers for the Rust artifacts: - It would be nice to have generated wrappers if they are...
version: anoncreds-rs v0.2.0-dev.4 Non revocation proof created by anoncreds-rs fails to be parsed by Indy-SDK. This is due to anoncreds-clsignatures-rs, and I filed an issue there: https://github.com/hyperledger/anoncreds-clsignatures-rs/issues/37
A `revocation status list` is needed for a prover to create a revocation state. ex, https://github.com/hyperledger/anoncreds-rs/blob/main/wrappers/python/demo/test.py#L105C26-L105C26 A prover should get this list from the ledger. What's confusing is there are...
Hi, just posting a general query on this crate and others in the aries ecosystem... I'd like to open discussion about 'loosening' some of the dependency versions in `Cargo.toml`s of...