|
You are here |
imapenguin.com | ||
| | | | |
fernandocorreia.dev
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | A deep dive into the fundamentals of data encryption, from symmetric vs. asymmetric algorithms to encryption at rest and in transit. | ||