mcl 0.5.0-alpha

Rust FFI bindings for the MCL pairing-based cryptography.
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.mcl_derive]
version = "0.5.0-alpha"

[dependencies.serde]
optional = true
version = "1.0"

[features]
default = ["serde_lib"]
serde_lib = ["serde"]

[package]
authors = ["Adam Budziak <adambudziak@protonmail.com>"]
categories = ["cryptography", "api-bindings"]
description = "Rust FFI bindings for the MCL pairing-based cryptography."
documentation = "https://docs.rs/mcl"
edition = "2018"
keywords = ["pairing", "crypto", "elliptic", "bls12_381"]
license = "MIT"
name = "mcl"
readme = "./README.md"
repository = "https://github.com/adambudziak/rust_mcl"
version = "0.5.0-alpha"