Correct build tags (#22)
The previous patch used
//go:build amd64 || arm64as build tag for 64-bit architectures. However this was unvoluntarily discarding other 64-bit platforms (such as
wasm) that were previously supported. The issue has been fixed by replacing the tag with//go:build !386 && !armSigned-off-by: Alessandro Sorniotti aso@zurich.ibm.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Welcome to the fabric-amcl repository. This repository holds the amcl package(s) we use in hyperledger/fabric in a go-gettable format. This allows us to use dep to manage our dependencies.
Starting form
release-1.2, this repository has been imported as dependencies in Fabric. See in Package config file [dep]History
Build
Python3.x is neccessary as
miracl/amclrequirementRun
./createpkg-miraclAmcl.shto generate./amcldirectoryRun
./createpkg-miraclCore.shto generate./coredirectoryContribution
For contributors, please read through Code of Contribution before commit.