Skip to content
Snippets Groups Projects
  1. Jun 27, 2018
    • Paul Sokolovsky's avatar
      extmod/moducryptolib: Add ucryptolib module with crypto functions. · 567bc2d6
      Paul Sokolovsky authored
      The API follows guidelines of https://www.python.org/dev/peps/pep-0272/,
      but is optimized for code size, with the idea that full PEP 0272
      compatibility can be added with a simple Python wrapper mode.
      
      The naming of the module follows (u)hashlib pattern.
      
      At the bare minimum, this module is expected to provide:
      
      * AES128, ECB (i.e. "null") mode, encrypt only
      
      Implementation in this commit is based on axTLS routines, and implements
      following:
      
      * AES 128 and 256
      * ECB and CBC modes
      * encrypt and decrypt
      567bc2d6
  2. Jun 26, 2018
  3. Jun 25, 2018
  4. Jun 23, 2018
  5. Jun 22, 2018
  6. Jun 20, 2018
  7. Jun 19, 2018
  8. Jun 18, 2018
  9. Jun 16, 2018
  10. Jun 15, 2018
Loading