Skip to content
Snippets Groups Projects
Commit 3affc38a authored by crokkon's avatar crokkon
Browse files

beem/memo.py: documentation update

parent c799240d
No related branches found
No related tags found
No related merge requests found
...@@ -52,12 +52,12 @@ class Memo(object): ...@@ -52,12 +52,12 @@ class Memo(object):
In Steem, memos are AES-256 encrypted with a shared secret between sender and In Steem, memos are AES-256 encrypted with a shared secret between sender and
receiver. It is derived from the memo private key of the sender and the memo receiver. It is derived from the memo private key of the sender and the memo
publick key of the receiver. public key of the receiver.
In order for the receiver to decode the memo, the shared secret has to be In order for the receiver to decode the memo, the shared secret has to be
derived from the receiver's private key and the senders public key. derived from the receiver's private key and the senders public key.
The memo public key is part of the account and can be retreived with the The memo public key is part of the account and can be retrieved with the
`get_account` call: `get_account` call:
.. code-block:: js .. code-block:: js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment