Variable SHA1HashMixerRNG

A SHA-1 based mixing RNG. Alias for HashMixerRNG!(SHA1, 5).

Declaration

module vibe.crypto.cryptorand;

// ...
alias SHA1HashMixerRNG = vibe.crypto.cryptorand.HashMixerRNG!(std.digest.sha.SHA1,5);
// ...

Authors

Ilya Shipunov

Copyright

© 2013 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.