https://github.com/hyperledger/fabric-amcl
https://github.com/hyperledger/fabric-amcl
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperledger/fabric-amcl
- Owner: hyperledger
- License: apache-2.0
- Created: 2018-02-26T18:21:56.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T17:37:24.000Z (almost 3 years ago)
- Last Synced: 2025-05-01T09:05:25.798Z (12 months ago)
- Language: Go
- Homepage: https://wiki.hyperledger.org/display/fabric
- Size: 362 KB
- Stars: 4
- Watchers: 14
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
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](https://github.com/golang/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]](https://github.com/hyperledger/fabric/blob/release-1.2/Gopkg.toml)
# History
>[FAB-7083](https://jira.hyperledger.org/browse/FAB-7083)
>[FAB-8488](https://jira.hyperledger.org/browse/FAB-8488)
# Build
**Python3.x** is neccessary as `miracl/amcl` requirement
Run `./createpkg-miraclAmcl.sh` to generate `./amcl` directory
Run `./createpkg-miraclCore.sh` to generate `./core` directory
# Contribution
For contributors, please read through [Code of Contribution](./CONTRIBUTING.md) before commit.