pub fn get_sender_public_key(sender_public_jwk: &Jwk) -> Result<Vec<u8>, Error>
Utility function that returns the key’s bytes of a JWK encoded public ed25519 key.