0513e13e31
rijndael_blockDecrypt() as both input and output. This property is important because inside rijndael we can get away with allocating just a 16 byte "work" buffer on the stack (which is very cheap), whereas the calling code would need to allocate the full sized buffer, and in all likelyhood would have to do so with an expensive malloc(9). |
||
---|---|---|
.. | ||
blowfish | ||
cast128 | ||
des | ||
rc4 | ||
rijndael | ||
sha2 | ||
md5.c | ||
md5.h | ||
sha1.c | ||
sha1.h |