Quintor / quindy

High-level Object Oriented API for hyperledger-indy
Apache License 2.0
7 stars 4 forks source link

Ensure that we support supplying integers in proofs #30

Closed pimotte closed 5 years ago

pimotte commented 5 years ago

The function fulfillProofRequest in Prover has a Map<String, String> as parameter. This means that we actually do not support supplying integers here. The integration test does include inequality proofs on integers, but we cannot actually supply an integer as a self-attested attribute.

We should support this (and test it).