From 357d4ff4795d89d623663b3996ddd2dfd4990971 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 16 Oct 2018 00:04:45 -0400 Subject: remove unnecessary comments about not enough random --- python/olm/session.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'python/olm/session.py') diff --git a/python/olm/session.py b/python/olm/session.py index eba63d4..b123e8a 100644 --- a/python/olm/session.py +++ b/python/olm/session.py @@ -212,9 +212,7 @@ class Session(object): def encrypt(self, plaintext): # type: (AnyStr) -> _OlmMessage """Encrypts a message using the session. Returns the ciphertext as a - base64 encoded string on success. Raises OlmSessionError on failure. If - there weren't enough random bytes to encrypt the message the error - message for the exception will be NOT_ENOUGH_RANDOM. + base64 encoded string on success. Raises OlmSessionError on failure. Args: plaintext(str): The plaintext message that will be encrypted. @@ -424,9 +422,7 @@ class OutboundSession(Session): identity key and one-time key. Raises OlmSessionError on failure. If the keys couldn't be decoded as - base64 then the error message will be "INVALID_BASE64". If there - weren't enough random bytes for the session creation the error message - for the exception will be NOT_ENOUGH_RANDOM. + base64 then the error message will be "INVALID_BASE64". Args: account(Account): The Olm Account that will be used to create this -- cgit v1.2.3