What is the relationship between BIP32 Extended Public Key and Pubic Key? Can it be converted?
For example:
BIP32 Extended Public Key:xpub69RogXjzChBZoR8iyx4YoSgFcECGTDM8vV28YAnFHXYpNCxuphieARWjPk4Yd4EvPsugHAcgYS8E3o2fftsFaPVuMc6f48fRuhr7GkRQz3M
Pubic Key:02dd768d143cc57248a9ebd3281d93806af458724772a1db717098ed9321d2fe40
When public key is the first (original) key (also known as matser key), extended public key is the extended public key derived from this master key. No matter how many extended public keys are derived from master key, their corresponding contents are identical.
The purpose of extended public key is that when the node (node) is getting deeper and deeper, it can be checked directly with extended public key derived from the current node without going back to the fundamental node step by step to verify the public key.