Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down