Skip to content

Commit

Permalink
v1.87
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Feb 29, 2024
1 parent 8946e74 commit aed4339
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 = 0x186; /* 0xABC = A.BC */
static const int version = 0x187; /* 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
- a little performance improvement of G1::mulVec of BLS12-381
- improve performance of Fr::inv on M1 mac
- add mcl::bn::isValidGT(x) and mclBnGT_isValid(x) to check x in GT for x in Fp12.
- support BN\_P256 (hash-to-curve is not yet standard way.)
Expand Down

0 comments on commit aed4339

Please sign in to comment.