circuitpython/shared-bindings/aesio
Sean Cross aba36e4abf aesio: use bufinfo rather than mp_str_bytes
In order to accept both `bytes` objects and `bytearray` objects, use a
`bufinfo` construct to retrieve the data rather than
`mp_obj_str_get_data()`.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-15 10:16:00 +08:00
..
__init__.c aesio: add basic AES encryption and decryption 2020-05-06 17:40:06 +08:00
__init__.h aesio: add basic AES encryption and decryption 2020-05-06 17:40:06 +08:00
aes.c aesio: use bufinfo rather than mp_str_bytes 2020-05-15 10:16:00 +08:00