aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/ucryptolib_aes128_ecb_into.py
AgeCommit message (Collapse)Author
2018-06-27tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.Paul Sokolovsky
Tests for separate input and output buffer (alloc-free operation) and the same writable buffer used as input and output (inplace operation).