hyperledger-archives / ursa

Hyperledger Ursa (a shared cryptographic library) has moved to end-of-life status, with the components of Ursa still in use moved to their relevant Hyperledger projects (AnonCreds, Indy, Aries and Iroha).
https://wiki.hyperledger.org/display/ursa
Apache License 2.0
321 stars 142 forks source link

about Proof question #185

Open ChuWenFeng opened 3 years ago

ChuWenFeng commented 3 years ago

In the crouse of my use ProofBuilder struct to build proof, when call add_sub_proof_request function add subproof and use construsted CredentialValues struct even through these attributes are not in the credentials or not true. Proof can still be generated and verified. (in ursa v0.3.6) Did I ignore some important steps to prevent it from happening?

appetrosyan commented 1 year ago

Might be invalidated by #223