You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
# Changelog
2
2
3
3
# Unreleased
4
+
5
+
# 1.1.0
4
6
* remove matter-labs BLS12-381 implementation, in favor of gnark and constantine implementations [#225](https://github.com/hyperledger/besu-native/pull/225)
7
+
* BLS12: Use mul/add rather than pippengers for low pair count G1/G2 MSM [#226](https://github.com/hyperledger/besu-native/pull/226)
8
+
5
9
6
10
# 1.0.0
7
11
* use latest commit from gnark-crypto with improved subgroup check performance [#221](https://github.com/hyperledger/besu-native/pull/221)
0 commit comments