Skip to content

Commit

Permalink
correct link of hash and curve (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Nov 12, 2024
1 parent 0a0f0be commit 950ce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The spec currently only support BLS on bn254 signing.
The go bindings resides in [pkg/api/vi](pkg/api/v1) directory.

## Signing Quirks
If you are implementing a version of this, please make sure to check [this code](https://github.com/Layr-Labs/remote-bls/blob/55a19a0386edcee1b5c2ecae116ae468a6b2b47b/internal/crypto/utils.go#L30-L36)
If you are implementing a version of this, please make sure to check [this code](https://github.com/Layr-Labs/cerberus/blob/6ce641c6323c412b2b9383169ee70fef22c13c60/internal/crypto/utils.go#L30-L36)
for implementation of sign and verify. If you use any other implementation, the signatures will not be compatible with EigenLayer contracts.
Eventually we will support more `HashToCurve` algorithms.

Expand Down

0 comments on commit 950ce31

Please sign in to comment.