summaryrefslogtreecommitdiff
path: root/shared-bindings/aesio
AgeCommit message (Expand)Author
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-03Made most of the requested changesdherrada
2020-07-02Changed unions to ReadableBuffer and WriteableBufferdherrada
2020-07-02Made suggested changesdherrada
2020-07-02Changed bytearray to a uniondherrada
2020-07-02Did aesiodherrada
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-15Merge pull request #2810 from dherrada/masterScott Shawcroft
2020-05-15aesio: specify writable buffers for destination buffersSean Cross
2020-05-15aesio: use bufinfo rather than mp_str_bytesSean Cross
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-06aesio: add basic AES encryption and decryptionSean Cross