From e3dcc51f8cd3cabf270cd62572ee205ceef9d276 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 4 Nov 2020 11:47:34 +0900 Subject: [PATCH] update doc --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 79304c4..8f7c5cf 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,8 @@ This module is built with `BLS_ETH=1` for Ethereum 2.0 spec. # News +- 2020/Nov/04 : break backward compatibility (bls.js is renamed to index.js) + - use blsSetupFactory to make bls instance on browser (see the top of bls-demo.js) - 2020/Oct/01 : add `bls.multiVerify` to verify all {sigs, pubs, msgs}. - 2020/Jul/06 ; `setETHmode(bls.ETH_MODE_DRAFT_07)` is default mode - 2020/May/19 : Call `bls.setETHmode(bls.ETH_MODE_DRAFT_07)` once after `bls.init()` for `BLS_ETH_MODE_DRAFT_07` defined at [BLS12381G2_XMD:SHA-256_SSWU_RO_](https://www.ietf.org/id/draft-irtf-cfrg-hash-to-curve-07.html#name-bls12381g2_xmdsha-256_sswu_).