ssvlabs / ssv-spec

GNU General Public License v3.0
25 stars 22 forks source link

Diffie-Hellman (symmetric key) to reduce BLS signature processing overhead Edit title #301

Open MatheusFranco99 opened 1 year ago

MatheusFranco99 commented 1 year ago

BLS signature consumes on average:

5 ms to verify 3 ms to sign and aggregate

Another way to authenticate message is with Message Authentication Codes (MACs) which are faster because it uses hashes (of the message concatenated with secret key) which takes round:

10 - 100 micro seconds (both to create and to verify)

Upside:

Downside:

Possible solution to network topology: