以下代码作者:0200980 胡德华 static bool Transform(bool *Out,bool *In,const char *Table,UINT len);//变换 static bool Xor(bool *InA,const bool *InB,UINT len);//异或 static bool RotateL(char *In,UINT len,UINT loop);//循环左移