tf-encrypted

import tf_encrypted as tfe
tf_encrypted.set_protocol(prot: Optional[tf_encrypted.protocol.protocol.Protocol] = None) → None[source]

Sets the global protocol. See Protocol for more info.

Parameters:prot (Protocol) – A protocol instance.