-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Description
Peer id specs currently enforce RFC-6979 for creating signatures.
Ed25519 signatures follow the normal Ed25519 standard.
then sign it using the standard Bitcoin EC signature algorithm (BIP0062
then sign it with the ECDSA standard algorithm
Meanwhile there is an attempt to improve the security of signing via "hedging" with additional entropy:
https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/
Should the spec be relaxed to allow for use of this?
Related:
- article describing hedged signatures: https://paulmillr.com/posts/deterministic-signatures/
- PR where this issue was raised: feat: use bitcoin secp256k11 ChainSafe/zig-discv5#1
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Triage