Hyperledger Aries Framework Go is licensed under the Apache License Version 2.0.
A go framework for Aries
For unit-tests, crypto material is generated under:
pkg/didcomm/transport/http/testdata
using the openssl
tool.
It is generated automatically when running unit tests.
If you wish to regenerate it, you can delete this folder and:
- run
make unit-test
or - cd into
pkg/didcomm/transport/http/
and rungo generate