Explore >> Select a destination


You are here

imapenguin.com
| | fernandocorreia.dev
3.8 parsecs away

Travel
| | This is part 23 of my journey learning Golang. Random number generators For some kinds of programs, like simulations, games, or test code, it is useful to be ...
| | initialcommit.com
7.1 parsecs away

Travel
| | In this article, we will explore the `math.ceil(...)` function. Learn how it interacts with mathematical constants and negative numbers. And compare it to the floor function `math.floor(...)`.
| | www.jeremykun.com
6.8 parsecs away

Travel
| | So far in this series we've seen elliptic curves from many perspectives, including the elementary, algebraic, and programmatic ones. We implemented finite field arithmetic and connected it to our elliptic curve code. So we're in a perfect position to feast on the main course: how do we use elliptic curves to actually do cryptography? History As the reader has heard countless times in this series, an elliptic curve is a geometric object whose points have a surprising and well-defined notion of addition.
| | blog.basistheory.com
22.3 parsecs away

Travel
| A deep dive into the fundamentals of data encryption, from symmetric vs. asymmetric algorithms to encryption at rest and in transit.