Alias SHA1HashMixerRNG

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

Declaration

module vibe.crypto.cryptorand;

// ...
alias SHA1HashMixerRNG = vibe.crypto.cryptorand.__T12HashMixerRNGTS3std6digest3sha4SHA1Vi5Z.HashMixerRNG;
// ...

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.