-
When trying to disable dead code elimination project fails to build.
To be clear, this works:
`cargo test --no-run`
this doesn't:
`RUSTFLAGS=-Clink_dead_code cargo test --no-run`
```
Build …
-
Following the example of the Legacy Indy registry, implement a registry for did:web. This registry will require a backend interface for publishing anoncreds objects to a web server. This backend can b…
-
Dear Contributors! Thanks for offering your help!
Do create an issue or send a pull request so that your contributions may be recorded.
Currently we have the unfinished contract template in solidity…
-
Hello,
I would like in the first place to thank you to have set up this repo.
Considering all the new projects related to SSI, I was wondering if there might be a possibility of refactoring the…
-
As a user I would like to sign external files such as images, document files with the BPA and present them to other agents.
E.g. passport credential with image of holder
It might be sufficient to …
-
This is kind of related to #46: When looking through the example in Aries [RFC 0067](https://github.com/hyperledger/aries-rfcs/blob/main/features/0067-didcomm-diddoc-conventions/README.md), I got a bi…
-
After managing to setup the environment and run the examples as it is, I am exploring how one can edit the claims definition or create new ones. Although I have edited the Schemas.json in the relevant…
-
Good article about the blockchain and GDPR Problem:
https://www.finextra.com/blogposting/16102/blockchain-versus-gdpr-and-who-should-adjust-most
Some interesting open questions:
### Encrypted dat…
-
We are trying to migrate a couple of agents from indy wallets to a multitenant askar profile, as the migration tool was unable to transform MultipleWalletSingleTablet into askar-profiles.
We creat…
-
Hi,
Is there any solution for generation of primes, safe primes and prime checking with num-bigint?