A wrapper of herumi/mcl in Swift that mirrors its releases starting from v1.59.
- macOS 10.15+
- iOS 13+
Add the following line to your Package.swift file:
.package(url: "https://github.com/anquii/MCLWrapper.git", from: "1.59.0")...or integrate with Xcode via File -> Swift Packages -> Add Package Dependency... using the URL of the repository.
MCLWrapper is licensed under the terms of the MIT license. See the LICENSE file for more information.
In developing MCLWrapper, MyEtherWallet's bls-eth-swift has been used as a reference implementation.