From 628860c716e0d8c013acdb09ef7c4e06c8b939df Mon Sep 17 00:00:00 2001 From: BiancaIalangi Date: Thu, 4 Sep 2025 15:55:37 +0300 Subject: [PATCH 1/2] minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b940961..4791c0d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ G2|Public Key| - Checks if self is the point at infinity (zero element). -`is_valid(&self) -> boo`l +`is_valid(&self) -> bool` - Checks if self is a valid G1 element. From 2880c48a8b540276b65d43e1afb77705544f115c Mon Sep 17 00:00:00 2001 From: Andrei Marinica Date: Thu, 4 Sep 2025 16:06:01 +0300 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6e1e12e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log + +This file contains a centralizes a trace of all published crate versions, with their changes in short. + +## [multiversx-bls 0.1.0] - 2025-09-04 +- First version, forked from `herumi/bls-eth-rust`, but completely reworked.