eigensdk-crypto-bls 0.0.1-alpha

Eigen layer bls utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "eigensdk-crypto-bls"
description = "Eigen layer bls utilities"

version.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
license-file.workspace = true

[dependencies]
ark-bn254 = "0.4.0"
ark-ff.workspace = true
eigensdk-crypto-bn254.workspace = true
thiserror.workspace = true