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:
Peer id specs currently enforce RFC-6979 for creating signatures.
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: