There was a 32-bit hash function I’ve played around some time ago. Not a big deal. Who need such hashes (even that days) anyway? But the benefit of this hash was easy conversion to PRNG and this is why Yasmarang came up as a replacement.
Yasmarang is a simple pseudorandom number generator with small footprint and […]
Random numbers plays a significant role in the modern cryptography. They are using to produce session keys, generate strong prime numbers, perform some numerical analysis, and many others. This is why creating a good random numbers is an important but a hard problem.
There are some pseudorandom number generators (PRNG) available, that generates cryptographically secure random […]