Skip to content

Commit 129e380

Browse files
committed
Add information to aesio
1 parent b90a316 commit 129e380

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

shared-bindings/aesio/__init__.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
//| """AES encryption routines
3535
//|
3636
//| The `AES` module contains classes used to implement encryption
37-
//| and decryption. It aims to be low overhead in terms of memory."""
37+
//| 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+
//| """
3842

3943

4044
STATIC const mp_obj_tuple_t mp_aes_key_size_obj = {

0 commit comments

Comments
 (0)