Skip to content

Commit

Permalink
feat: add BBS+ Tink protos
Browse files Browse the repository at this point in the history
closes hyperledger-archives#2535

Signed-off-by: Baha Shaaban <[email protected]>
  • Loading branch information
Baha Shaaban committed Feb 12, 2021
1 parent b94cce1 commit 3d706e9
Show file tree
Hide file tree
Showing 7 changed files with 927 additions and 275 deletions.
1 change: 1 addition & 0 deletions cmd/aries-js-worker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ go 1.15
require (
github.com/google/uuid v1.1.2
github.com/hyperledger/aries-framework-go v0.1.6-0.20210209165120-79220075f539
github.com/hyperledger/aries-framework-go/component/storage/indexeddb v0.0.0-00010101000000-000000000000 // indirect
github.com/hyperledger/aries-framework-go/component/storage/jsindexeddb v0.0.0-00010101000000-000000000000
github.com/mitchellh/mapstructure v1.3.0
github.com/stretchr/testify v1.6.1
Expand Down
5 changes: 5 additions & 0 deletions cmd/aries-js-worker/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,13 @@ github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKe
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210205153949-f852f978a0d6/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210208194322-89066ddae325 h1:CmZ1Z8SxVbNxZPKih/eOY52CsYTuE1qweIMrGS/Zy6E=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210208194322-89066ddae325/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210209165120-79220075f539 h1:cf6j6+j9C5XmpOC31fnhEeEsg8bFdRoPjKXw/SZ/mbs=
github.com/hyperledger/aries-framework-go/spi v0.0.0-20210209165120-79220075f539/go.mod h1:fDr9wW00GJJl1lR1SFHmJW8utIocdvjO5RNhAYS05EY=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210209165120-79220075f539 h1:HYD2yAgBLp5hsG3GRaFhJNhfdtk4lx1m2Aq+lXcP+ZE=
github.com/hyperledger/aries-framework-go/test/component v0.0.0-20210209165120-79220075f539/go.mod h1:/ljIFCu5iDIziwuvObF0vEc3fJ5dgDpT8RYAhQdNeHI=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a h1:zPPuIq2jAWWPTrGt70eK/BSch+gFAGrNzecsoENgu2o=
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
google.golang.org/protobuf v1.25.0
nhooyr.io/websocket v1.8.3
)

Expand Down
325 changes: 325 additions & 0 deletions pkg/crypto/tinkcrypto/primitive/proto/bbs_go_proto/bbs.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3d706e9

Please sign in to comment.