/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

linderud.dev
| | blog.intothesymmetry.com
4.4 parsecs away

Travel
| | tl;dr if you are using go-jose , node-jose , jose2go , Nimbus JOSE+JWT or jose4j with ECDH-ES please update to the latest version. RFC 7...
| | andrea.corbellini.name
3.0 parsecs away

Travel
| | [AI summary] This technical blog post explains the mathematical principles, key generation, and implementation details of Elliptic Curve Cryptography (ECC) covering domain parameters, verifiably random curves, ECDH key exchange, and ECDSA signatures.
| | words.filippo.io
3.4 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!
| | rareskills.io
5.6 parsecs away

Travel
| Elliptic Curves over Finite Fields What do elliptic curves in finite fields look like? It's easy to visualize smooth elliptic curves, but what do elliptic curves over a finite field look like? The following is a plot of $y² = x³ + 3 \pmod {23}$ Because we only allow integer inputs (more specifically, finite field...