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. 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.