Notepad3/crypto
2017-08-31 14:21:45 +02:00
..
extras New Encryption Feature 2016-01-29 22:24:29 +02:00
crypto.c + replace lstrcmp() and lstrcmpi() by StrSafe (helper.h defined) methods, where applicable 2017-08-31 14:21:45 +02:00
crypto.h + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
notepadcrypt.c + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
rijndael-alg-fst.c + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
rijndael-alg-fst.h fixing 64bit issue XhmikosR/notepad2-mod#37 2016-11-06 16:15:36 +01:00
rijndael-api-fst.c + replace lstrcmp() and lstrcmpi() by StrSafe (helper.h defined) methods, where applicable 2017-08-31 14:21:45 +02:00
rijndael-api-fst.h + raise Warning Level from 3 -> 4, and fix corresponding warnings 2017-08-11 14:18:39 +02:00
sha-256.c + crypto module: code cleanup according to static code analysis (CppCheck and VS2015 Analyze) 2016-11-27 11:23:16 +01:00
sha-256.h + crypto module: code cleanup according to static code analysis (CppCheck and VS2015 Analyze) 2016-11-27 11:23:16 +01:00
testcrypt.tcsh New Encryption Feature 2016-01-29 22:24:29 +02:00