[package] name = "miracl_core_ed25519" version = "0.2.0" edition = "2021" authors = ["David Yang "] documentation = "https://github.com/miracl/core" repository = "https://github.com/Entropy-Foundation/miracl_core_ed25519" description = "Apache MIRACL (https://github.com/miracl/core) Rust implementation of Ed25519" license = "Apache-2.0" include = ["src", "Cargo.toml", "LICENSE"] [dependencies] miracl_core_bls12381 = "4.1.2"