Add benchmarks for block ciphers.
[bertos.git] / bertos / sec / cipher /
2010-09-30 raskyFix missing header in test.
2010-09-29 raskySEC: Add comment to warn about stack overflow.
2010-09-29 raskySEC: Decomment blowfish_stackinit()
2010-09-29 raskySEC: Add AES stress tests.
2010-09-29 raskySEC: Add blowfish cipher.
2010-09-29 raskySEC: improve cipher API to allow variable-key ciphers.
2010-09-29 raskyAdd copyright blurb.
2010-09-29 raskySEC: Add AES test using official test vectors.
2010-09-29 raskySEC: Add AES implementation.