From 7bf6fb553eaab18fb9d2a93b91e6f58a5aee967e Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Mon, 2 May 2022 12:12:31 -0400 Subject: [PATCH] improve documentation for Python function --- python/olm/sas.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/olm/sas.py b/python/olm/sas.py index b90d352..bea40c2 100644 --- a/python/olm/sas.py +++ b/python/olm/sas.py @@ -214,6 +214,9 @@ class Sas(object): # type: (str, str) -> str """Generate a message authentication code based on the shared secret. + This function uses a fixed base64 encoding that is compatible with + other base64 implementations. + Args: message (str): The message to produce the authentication code for. extra_info (str): Extra information to mix in when generating the