sec: silent wrong compiler warning in isaac
[bertos.git] / bertos / sec / prng / isaac.c
2011-02-17 arighisec: silent wrong compiler warning in isaac
2011-02-09 arighirandom: integrate the random module into the wizard
2010-10-05 raskySEC: Isaac: change reseeding algorithm by xoring the...
2010-09-29 raskySEC: make sure PRNGs are seeded before generating data...
2010-09-29 raskySEC: update ISAAC to coding standard naming.
2010-09-28 raskySEC: Add ISAAC PRNG implementation