Add spi pins name.
[bertos.git] / algos /
2007-10-08 marcoRemoved 'This file is part of DevLib ...'
2007-10-08 marcoUpdated copiright notice.
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2007-10-01 battAdd rotating hash init function.
2007-09-19 battFix doxygen warnings.
2007-06-07 battFix some doxygen errors.
2007-06-07 battAdd TEA enc/decryption algorithm.
2007-06-07 battAdd rotating hash algorithm.
2007-06-07 battMove crc routines to algos/.
2007-02-15 asterixRename randpool_getN in randpool_get. Fix bug in randpo...
2007-02-15 asterixFix bug in randpool_init.
2007-02-15 asterixFix bug in randpool_add and randpool_strir.
2007-02-15 asterixAdd MD2_DIGEST_LEN macro.
2007-02-13 asterixTypo.
2007-02-13 asterixFix bug in randpool_getN.
2007-02-13 asterixAdd directive #if in struct EntropyPool, and remove...
2007-02-12 asterixFix bug in randpool_getN.
2007-02-12 asterixRemove randpool_save. Add randpool_pool.
2007-02-12 asterixRemove randpool_load function. Add *data in randpool_in...
2007-02-12 asterixAdd CONFIG_RANDPOOL_TIMER macro to swich on or off...
2007-02-09 asterixAdd macro CONFIG_RANDPOOL_TIMER.
2007-02-09 asterixWrite randpool_getN.
2007-02-09 asterixFix bug in randpool_stir and randpool_add. Typos.
2007-02-09 asterixTypos. Add data_len in randpool_add and n_byte in randp...
2007-02-08 asterixWrite pool_size function.
2007-02-08 asterixWrite add_data and stir function. Typos
2007-02-08 asterixTypos.
2007-02-08 asterixWrite static funcion push_byte.
2007-02-08 asterixAdd EntrPool struct. Typos.
2007-02-08 asterixAdd function prototypes.
2007-02-06 asterixAdd ROTR macro in m2d_perm, add comments, typos.
2007-02-06 asterixTypo.
2007-02-05 asterixAdd md2_perm function.
2007-02-05 asterixAdd define for harvard architecture.
2007-02-02 asterixAdd function MD2_test. Fix bug in md2_update function.
2007-02-02 asterixChange md2_end prototype. Remove a unneeded memcpy...
2007-02-02 asterixFix some bugs in md2_pad and md2_update fuction.
2007-02-01 asterixRewrite md2_update function and fix some bug.
2007-01-31 asterixWrite md2_end function
2007-01-31 asterixTypo.
2007-01-31 asterixWrite md2_update function.
2007-01-31 asterixDefine COMPUTE_ARRAY_LEN.
2007-01-31 asterixWrite md2_compute function.
2007-01-31 asterixDefined constants for algorithm compute
2007-01-31 asterixWrite md2_pad funtion.
2007-01-30 asterixAdd function prototypes.
2007-01-30 battAdd first md2 skel.