Launching Linea stack
Recently, my team has been working mainly on the launching the Linea L2 stack. It has been a long way, starting from the
investigating the prover code with aim to improve its performance up to launching the whole system.
Here is the docker-compose example that can help any team to
launch their own L2. It also contains the brief overview of the ...
Elliptic Curves
Definition 1
The set of all lines in three-dimensional space that pass through the origin is called the projective plane. Any
line that passes through the origin and does not lie in the $XOY$ plane (i.e., $z \neq 0$) can be associated
with a point $(x, y, 1)$. For a vector $l$ with coordinates $(X, Y, Z)$ where $Z \neq 0$, the corresponding
poi...
Block cipher mode of operation
Block cipher is an algorithm that performs encryption and decryption of the plaintext by blocks (for example of 128
bit). It’s obvious that to encode plaintext with different from block sizes we need a separate high-level module that
will perform split and append operations on the plaintext in a couple with some other transformations. Such trans...
19 post articles, 3 pages.