/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

keymaterial.net
| | www.johndcook.com
4.1 parsecs away

Travel
| | The Bitcoin key mechanism is based on elliptic curve cryptography over a finite field. This post gives a brief overview.
| | windowsontheory.org
3.6 parsecs away

Travel
| | (Also available as a pdf file. Apologies for the many footnotes, feel free to skip them.) Computational problems come in all different types and from all kinds of applications, arising from engineering as well the mathematical, natural, and social sciences, and involving abstractions such as graphs, strings, numbers, and more. The universe of potential algorithms...
| | blog.lambdaclass.com
3.5 parsecs away

Travel
| | Elliptic curves (EC) have become one of the most useful tools for modern cryptography. They were proposed in the 1980s and became widespread used after 2004. Its main advantage is that it offers smaller key sizes to attain the same level of security of other methods, resulting in smaller storage
| | blog.sigfpe.com
26.4 parsecs away

Travel
| [AI summary] The author writes a Haskell blog post exploring quantum mechanics as a generalization of probability theory by implementing and simulating quantum algorithms like the quantum Zeno effect using custom monads.