diff --git a/Cargo.lock b/Cargo.lock index 6576435..7c33948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -203,7 +203,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "kzg-rs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ff", "hex", diff --git a/Cargo.toml b/Cargo.toml index 8194f61..0bb5f44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Rust implementation of KZG point evaluation" edition = "2021" license = "MIT" name = "kzg-rs" -version = "0.2.0" +version = "0.2.1" repository = "https://github.com/succinctlabs/kzg-rs" [dependencies] diff --git a/README.md b/README.md index 4be09b5..e3826b5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ cargo add kzg-rs ``` Or add ```toml -kzg-rs = { version = "0.1" } +kzg-rs = { version = "0.2.1" } ``` You can rebuild `roots_of_unity.bin`, `g1.bin`, and `g2.bin` by running diff --git a/src/g1.bin b/src/g1.bin index 012e861..006b78c 100644 Binary files a/src/g1.bin and b/src/g1.bin differ diff --git a/src/g2.bin b/src/g2.bin index fa83e08..acd642d 100644 Binary files a/src/g2.bin and b/src/g2.bin differ