Commit History

Author SHA1 Message Date
  kicer 118acb808e Fix crypto.mask() to encode with correct mask (#1677) (#1678) 7 years ago
  Johny Mattsson a112296850 Added crypto.new_hmac() feature. (#1499) 7 years ago
  Arnim Läuger ecf8bd98d6 Add FatFs and SD card support (#1397) 7 years ago
  Bernd Meyer f2991f555d Remove improper free of userdata; It's for the garbage collection to free 8 years ago
  Johny Mattsson 88369a5bd3 Merge pull request #1072 from TerryE/dev-encoder 8 years ago
  TerryE 8353991722 Update encoder files after #925 & #1072 review comments 8 years ago
  Adam Bonner 96f905bf81 Crypto-new_hash Improved code based on review in #1037 8 years ago
  Adam Bonner 332b53b9db Initial implementation of a chunk capable hash function in crypto module 8 years ago
  TerryE ffa7ee9b67 Addition of encoder module with bas64 and hex encode/decode as per #925 8 years ago
  cheloftus 58dd15e1d1 Added crypto.fhash function for hashing files 8 years ago
  Johny Mattsson 5b381d2f1e Added AES support to crypto module. 8 years ago
  Johny Mattsson 4e8ef87d03 Reworked module registration, removed modules.h 8 years ago
  TerryE b773290b8c Major cleanup of module registration pass 2. 8 years ago
  Johny Mattsson 6b6456be47 Major cleanup of module registration. 8 years ago
  Johny Mattsson 7867fd083c Move crypto things to irom0.text segment. 9 years ago
  Johny Mattsson 2d1e69151e Extended Lua crypto module with hash & hmac. 9 years ago
  = 2128c42f02 Add headers for discovered rom functions 9 years ago
  = 59df376a3a Rename base64Encode to toBase64 and hexEncode to toHex 9 years ago
  = c8145434c3 Add crypto.hexEncode and crypto.mask 9 years ago
  = ca78b9ea2c Add crypto module initially containing sha1 and base64_encode. 9 years ago