/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

healeycodes.com
| | blog.gistre.epita.fr
2.4 parsecs away

Travel
| | This article explores the world of random number generation in embedded systems, covering both pseudo-random number generators (PRNGs) and hardware-based random number generators (HRNGs). It explains their principles, provides examples of code, discusses their advantages and limitations, and highlights their applications in embedded systems.
| | www.2uo.de
2.3 parsecs away

Travel
| | [AI summary] A technical deep-dive that debunks common myths about the Linux /dev/urandom and /dev/random devices, arguing that /dev/urandom is the preferred and secure choice for cryptographic applications on modern systems.
| | www.johndcook.com
2.3 parsecs away

Travel
| | Random number generator test services. We test RNGs using the standard test suites: PractRand, TestU01 (BigCrush), DIEHARD(ER), NIST SP 800-22.
| | www.imperialviolet.org
22.0 parsecs away

Travel
| [AI summary] An in-depth technical explanation of elliptic curve cryptography, covering mathematical foundations, group structures, implementation challenges, and optimization techniques for finite field arithmetic.