Skip to content

Commit

Permalink
add link to bls rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchhill committed Oct 28, 2024
1 parent b39e2c1 commit e40cdd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Nethermind/Nethermind.Crypto/BlsSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

namespace Nethermind.Crypto;

// https://www.ietf.org/archive/id/draft-irtf-cfrg-bls-signature-05.html

using G1 = Bls.P1;
using G1Affine = Bls.P1Affine;
using G2 = Bls.P2;
Expand Down

0 comments on commit e40cdd4

Please sign in to comment.