Skip to content

Commit

Permalink
[FAB-11869] Revendor amcl library in fabric.
Browse files Browse the repository at this point in the history
This commit provides the new version of the AMCL lib that provides multithreading fixes.
Updated via: dep ensure -update github.com/hyperledger/fabric-amcl

Change-Id: I5ff1b4aa83f6c7c90aeb56541b9bfb1160dce430
Signed-off-by: Rafa Torres <[email protected]>
  • Loading branch information
Rafa Torres committed Sep 6, 2018
1 parent de6c840 commit 67b8b06
Show file tree
Hide file tree
Showing 26 changed files with 913 additions and 257 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion idemix/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func appendBytes(data []byte, index int, bytesToAdd []byte) int {
}
func appendBytesG1(data []byte, index int, E *FP256BN.ECP) int {
length := 2*FieldBytes + 1
E.ToBytes(data[index : index+length])
E.ToBytes(data[index:index+length], false)
return index + length
}
func appendBytesG2(data []byte, index int, E *FP256BN.ECP2) int {
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/cmd/etcd

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/cmd/etcdctl

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/cmd/functional

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/coreos/etcd/cmd/tools

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

202 changes: 202 additions & 0 deletions vendor/github.com/hyperledger/fabric-amcl/LICENSE

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

Loading

0 comments on commit 67b8b06

Please sign in to comment.