[package] name = "sp-ark-ed-on-bls12-381-bandersnatch" description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve, optimized for Substrate" version.workspace = true authors.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true include.workspace = true license.workspace = true edition.workspace = true [dependencies] ark-ed-on-bls12-381-bandersnatch-ext.workspace = true ark-std.workspace = true sp-crypto-ec-utils.workspace = true ark-scale.workspace = true ark-ec.workspace = true [dev-dependencies] ark-ff.workspace = true ark-algebra-test-templates.workspace = true [features] default = [ "std" ] std = [ "ark-algebra-test-templates/std", "ark-ed-on-bls12-381-bandersnatch-ext/std", "ark-ff/std", "ark-ec/std", "ark-scale/std", "ark-std/std", "sp-crypto-ec-utils/std", ]