Skip to content

Commit

Permalink
v1.96
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Aug 29, 2024
1 parent 5d613c2 commit cf475fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/mcl/op.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

namespace mcl {

static const int version = 0x195; /* 0xABC = A.BC */
static const int version = 0x196; /* 0xABC = A.BC */

/*
specifies available string format mode for X::setIoMode()
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mcl is a library for pairing-based cryptography,
which supports the optimal Ate pairing over BN curves and BLS12-381 curves.

# News
- mulVec is a little improved.
- mulEach with AVX-512 IFMA is improved slightly and 2.8 times faster than G1::mul on BLS12-381.
- mulVec (multi scalar multiplication) with AVX-512 IFMA is 1.4 times faster on Xeon w9-3495X
- a little performance improvement of G1::mulVec of BLS12-381
Expand Down

0 comments on commit cf475fb

Please sign in to comment.