http://git.community.i2p/PurpleI2P/i2pd/src/commit/8c218bd5dfbe063e4f826500ebd77530f11cfdf5/aes.cpp
Explore Help Register Sign In PurpleI2P / i2pd mirror of https://github.com/PurpleI2P/i2pd.git Watch 3 Star 5 Fork You've already forked i2pd 0 Code Issues Projects Releases Wiki Activity 8c218bd5df i2pd / aes.cpp 352 lines 9.4 KiB C++ Raw Blame History # include <stdlib.h> # include "TunnelBase.h" # include "aes.h" namespace i2p { namespace crypto { # ifdef AESNI # define KeyExpansion256(round0,round1) \ "pshufd $0xff, %%xmm2, %%xmm2 \n" \ "movaps %%xmm1, %%xmm4 \n" \ "pslldq $4, %%xmm4 \n" \ "pxor...