filecoin-project / go-f3

Golang implementation of Fast Finality in Filecoin (F3)
Apache License 2.0
8 stars 6 forks source link

FIP: Specify the BLS algorithm #285

Closed Stebalien closed 3 weeks ago

Stebalien commented 4 months ago

The protocol assumes aggregatable signatures (e.g., BLS, Schnorr), resilient to rogue public key attacks (see Boneh, Drijvers, and Neven construction).

We need to specify the exact BLS algorithm we use.

Stebalien commented 3 months ago

@Kubuxu could you add a line to the FIP specifying this?

jennijuju commented 2 months ago

@Kubuxu can you please confirm this is a part of the last fip edit?

Stebalien commented 2 months ago

It's not.

Stebalien commented 3 weeks ago

Specifically, document #592.

Stebalien commented 3 weeks ago

https://github.com/filecoin-project/FIPs/pull/1064

rjan90 commented 3 weeks ago

Closing as https://github.com/filecoin-project/FIPs/pull/1064 has been merged