FortunaGenerator.name

Name of the PRNG algorithm.

struct FortunaGenerator(Cipher, Digest)
nothrow
enum name = "FortunaGenerator/" ~ Cipher.name ~ "-" ~ Digest.name;

Meta