[package]
name = "drand-verify"
description = "A drand verification library."
version = "0.6.2"
authors = ["Simon Warta <simon@warta.it>"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/noislabs/drand-verify"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
js = ["hex", "wasm-bindgen"]
[dependencies]
pairing = "0.23.0"
bls12_381 = { version = "0.8.0", features = ["experimental"] }
sha2 = "0.9.1"
hex = { version = "0.4", optional = true }
wasm-bindgen = { version = "0.2.83", optional = true }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4.1"