Browse Source

Revise the version number of Bandersnatch (#80)

update-to-latest-arkworks
Weikeng Chen 2 years ago
committed by GitHub
parent
commit
3a0f858adb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ed_on_bls12_381_bandersnatch/Cargo.toml

+ 2
- 2
ed_on_bls12_381_bandersnatch/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "ark-ed-on-bls12-381-bandersnatch"
version = "0.1.0"
version = "0.3.0"
authors = [ "zhenfei zhang", "arkworks contributors" ]
description = "Bandersnatch: a curve defined over the scalar field of the BLS12-381 curve"
repository = "https://github.com/zhenfeizhang/bandersnatch-rust"
@ -31,4 +31,4 @@ std = [
"ark-ec/std",
"ark-bls12-381/std"
]
r1cs = ["ark-r1cs-std"]
r1cs = ["ark-r1cs-std"]

Loading…
Cancel
Save