Commit e648b94a authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1742 from callofdutyops/patch-1

Comment wrong in adversarial_crypto model
parents b3ea60c2 f2c86f92
...@@ -118,7 +118,7 @@ class AdversarialCrypto(object): ...@@ -118,7 +118,7 @@ class AdversarialCrypto(object):
def model(self, collection, message, key=None): def model(self, collection, message, key=None):
"""The model for Alice, Bob, and Eve. If key=None, the first FC layer """The model for Alice, Bob, and Eve. If key=None, the first FC layer
takes only the Key as inputs. Otherwise, it uses both the key takes only the message as inputs. Otherwise, it uses both the key
and the message. and the message.
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment