Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:fortuna

2850 \hline Fortuna & fortuna\_desc & Fast long-term PRNG (recommended) \\
2865 should use Fortuna instead.
2867 \subsubsection{Fortuna}
2869 Fortuna is a fast attack tolerant and more thoroughly designed PRNG suitable for long term
2874 Fortuna is slightly less flexible than Yarrow in the sense that it only works with the AES block cipher
2875 and SHA--256 hash function. Technically, Fortuna will work with any block cipher that accepts a 256--bit
2879 Fortuna is more secure than Yarrow in the sense that attackers who learn parts of the entropy being
2881 details Fortuna has the ability to recover from state determination attacks where the attacker starts
2906 Unlike Yarrow and Fortuna, all of the entropy (and hence security) of this algorithm rests in the data
2914 key it from the output of Fortuna (or Yarrow), and use it to encrypt messages. It is also ideal for
5026 pthreads based mutex locking in various routines such as the Yarrow and Fortuna PRNGs, the fixed point ECC multiplier, and other routines.