We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90a316 commit 129e380Copy full SHA for 129e380
shared-bindings/aesio/__init__.c
@@ -34,7 +34,11 @@
34
//| """AES encryption routines
35
//|
36
//| The `AES` module contains classes used to implement encryption
37
-//| and decryption. It aims to be low overhead in terms of memory."""
+//| and decryption. It aims to be low overhead in terms of memory.
38
+//|
39
+//| For more information on AES, refer to `the Wikipedia entry
40
+//| <https://en.wikipedia.org/wiki/Advanced_Encryption_Standard>`_.
41
+//| """
42
43
44
STATIC const mp_obj_tuple_t mp_aes_key_size_obj = {
0 commit comments