def load_public_key_string(key_string): return serialization.load_pem_public_key(key_string, backend=default_backend())