Horn:2层BLS签名聚合协议

Posted mutourend

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Horn:2层BLS签名聚合协议相关的知识,希望对你有一定的参考价值。

1. 引言

Horn为2层BLS签名聚合协议,使得在以太坊共识层,为每个slot,聚合来自整个validator set的所有签名,即使这个validator set成员多达100万个。相比于现有的只能聚合1/32的validator set来说,有了大幅改进。

现有的聚合签名方案为:【假设validator set size为100万,或 2 20 2^20 220 1 / 32 1/32 1/32 对应 2 15 = 32768 2^15=32768 215=32768。】

Horn协议方案为:

对verifying 512 collections with bitfields of size 2 15 2^15 215-bits,在https://github.com/mratsim/constantine/pull/207中对着2个方案的性能对比为:【Perf 1M points in 180ms on my i9-11980HK (top laptop CPU from 2021)】

  • 2.8 seconds on ai9-11980HK (top laptop CPU from 2021)
  • 6.1 seconds on a i7-8550U (five years old CPU)
  • 36 seconds on a Raspberry Pi

参考资料

[1] Asn twitter
[2] Horn: Collecting signatures for faster finality
[3] Paths toward single-slot finality
[4] View-merge to replace proposer boost

以上是关于Horn:2层BLS签名聚合协议的主要内容,如果未能解决你的问题,请参考以下文章

ARPA基于BLS的门限签名算法随机数生成器设计

理解 BLS 签名算法

优化EVM中的BLS多重签名

solidity上实现BLS签名机制

第五十个知识点:什么是BLS基于对的签名方案?

ECDSASchnorr以及BLS