cardano-client-lib icon indicating copy to clipboard operation
cardano-client-lib copied to clipboard

Identity point check during parent pub key to child pub key derivation

Open satran004 opened this issue 2 years ago • 0 comments

Verify if the generated child public key (from parent public key) is the identity point (0, 1). If yes, discard the child.

Please refer to this line

https://github.com/bloxbean/cardano-client-lib/blob/22c9d2338c0345e29675308eebcc07d969bd5178/src/main/java/com/bloxbean/cardano/client/crypto/bip32/HdKeyGenerator.java#L250

satran004 avatar Jun 24 '22 07:06 satran004