decode Signed Payload
Decodes strkey signed payload (P...) to raw bytes
Return
The raw bytes: the 32-byte ed25519 public key, the 4-byte declared payload length and the payload padded to a four-byte boundary
Parameters
data
The strkey to decode. A signed payload strkey is between 69 and 165 characters long, depending on the size of the payload it carries.