Table of Contents
BIP32 and Ed25519
See Also
References

uplinks:: BIP32
tags:: #lang/en #type/term

BIP32 and Ed25519

Ed25519 is not compatible with BIP32 due to its small cofactor and also due to its "bit clamping" (used to prevent attacks: 1, 2) as discussed in these threads:
https://moderncrypto.org/mail-archive/curves/2017/000858.html
https://moderncrypto.org/mail-archive/curves/2017/000866.html

See Also

  1. Ed25519 Clamping

References

  1. https://github.com/solana-labs/solana/issues/6301#issuecomment-551184457
Incoming Links
  • BIP32
Outgoing Links
  • BIP32
  • Ed25519 Clamping