/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

blog.0xbadc0de.be
| | blog.gistre.epita.fr
4.9 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.
| | words.filippo.io
6.3 parsecs away

Travel
| | A lot of new cryptography is landing in Go 1.20, including the new crypto/ecdh package and math/big-less RSA and ECDSA backends!
| | healeycodes.com
7.5 parsecs away

Travel
| | Building a replacement for JavaScript's random number generator.
| | davquar.it
26.3 parsecs away

Travel
| The MIPS architecture is of type RISC and originated in 1981 from a research project by Prof. Hennessy at Stanford. This architecture is characterized by instructions of the same length, and is geared toward simplifying pipeline implementation.