herumi / bls

288 stars 132 forks source link

Timeline On Updating To V4 Ietf Draft #63

Closed nisdas closed 3 years ago

nisdas commented 3 years ago

The current IETF draft has been updated to V4 here: https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-04

The relevant PR for it: https://github.com/cfrg/draft-irtf-cfrg-bls-signature/pull/26

The main change would be disallowing SK==0 , so as to prevent the possibility of infinite pubkeys from occurring.

Is this change planned anytime soon ?

herumi commented 3 years ago

Okay. I think that it is better to implement the modification in bls-eth-go-binary.

herumi commented 3 years ago

I made the issue at https://github.com/herumi/bls-eth-go-binary/issues/29

nisdas commented 3 years ago

Thanks !