/********************************************************************************* * Copyright: (C) 2020 LingYun IoT System Studio * All rights reserved. * * Filename: encrypto.c * Description: This file * * Version: 1.0.0(2020年04月04日) * Author: Guo Wenxue * ChangeLog: 1, Release initial version on "2020年04月04日 21时02分36秒" * ********************************************************************************/ #include #include #include "encrypto.h" int g_var = 0; static int test(void) { return 0; } int encrypto(char *str, char *ciphertxt, int size) { int i; test(); if(!str || !ciphertxt || size