X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibhashkit%2Frijndael.hpp;h=96961f8c99a776743b1a779a152b99b8ce30b131;hb=fe2201f42134ac811614d74f1d79a1a47d4f1317;hp=f161c5d6fcc33fe0e3651860e9dae650ddaf3af4;hpb=18f81009ed414fd399a6ba9c7894fcd89b14ce75;p=awesomized%2Flibmemcached diff --git a/src/libhashkit/rijndael.hpp b/src/libhashkit/rijndael.hpp index f161c5d6..96961f8c 100644 --- a/src/libhashkit/rijndael.hpp +++ b/src/libhashkit/rijndael.hpp @@ -1,6 +1,6 @@ /* +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | + | libmemcached-awesome - C/C++ Client Library for memcached | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted under the terms of the BSD license. | @@ -35,4 +35,4 @@ void rijndaelDecrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 ct[16], u8 p #ifdef INTERMEDIATE_VALUE_KAT void rijndaelEncryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds); void rijndaelDecryptRound(const u32 rk[/*4*(Nr + 1)*/], int Nr, u8 block[16], int rounds); -#endif /* INTERMEDIATE_VALUE_KAT */ +#endif /* INTERMEDIATE_VALUE_KAT */ \ No newline at end of file