circuitpython/shared-bindings
Sean Cross f9ed3acf6d aesio: specify writable buffers for destination buffers
When calling `AES.decrypt_into()` or `AES.encrypt_into()`, the
destination buffers may be any buffer kind.  However, we currently
aren't checking to make sure the destination buffer is actually
writable.

Specify `MP_BUFFER_WRITE` for the destination buffers of both of these
objects so we don't inadvertently write to immutable data.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-15 10:22:42 +08:00
..
2020-05-04 23:05:47 -04:00
2020-02-13 07:28:21 -08:00
2020-02-27 11:03:03 -06:00
2020-01-06 09:26:32 -06:00
2020-04-30 19:14:51 -05:00
2020-05-12 14:52:48 +10:00
2018-08-07 14:58:57 -07:00
2020-03-31 17:00:30 -07:00
2019-12-13 14:29:15 -05:00
2020-05-06 14:11:11 -05:00
2018-12-30 22:49:20 -05:00
2020-04-22 09:04:12 -05:00
2019-05-30 19:02:47 -07:00