From 63d2707745ecec68ddb82301507b41997473327b Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 12 Mar 2021 18:01:20 +0900 Subject: [PATCH] note for MCL_MAX_BIT_SIZE --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5c9f799..b88f9c7 100644 --- a/readme.md +++ b/readme.md @@ -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 +- set default `MCL_MAX_BIT_SIZE=512` so disable to support `NICT_P521`. - improve performance - support M1 mac - dst for mapToG1 has changed to `BLS_SIG_BLS12381G1_XMD:SHA-256_SSWU_RO_POP_`.