Fix variable name. Remove for now the api from doxygen. Add callback for streaming.
[bertos.git] / bertos / sec / cipher.c
2010-10-04 raskySEC: add OFB mode to symmetric ciphers.
2010-09-29 raskySEC: extract the CTR step into a public function, for...
2010-09-29 raskySEC: Add symmetric ciphers generic interface.