摘要: /* * FIPS-197 compliant AES implementation * * Copyright (C) 2006-2007 Christophe Devine * * Redistribution and use in source and binary forms, wi... 阅读全文
posted @ 2015-06-16 22:27 IAmAProgrammer 阅读(557) 评论(0) 推荐(0) 编辑
摘要: // advanced encryption standard// author: karl malbrain, malbrain@yahoo.comtypedef unsigned char uchar;#include #include // AES only supports Nb=4#def... 阅读全文
posted @ 2015-06-16 22:08 IAmAProgrammer 阅读(792) 评论(0) 推荐(0) 编辑