Conversation
…on; fixes with sections indexing
|
|
||
| Notice that while the basis in not unique for the given vector space, the number of basis vectors was the same. | ||
| This raises the natural question: can we find the basis $\mathbf{e}_1,\dots,\mathbf{e}_m$ for $\mathbb{F}^n$ or $\mathbb{F}[x]^{<n}$ with $m \neq n$? | ||
| This raises the natural question: can we find the basis $\mathbf{e}_1,\dots,\mathbf{e}_m$ for $\mathbb{F}^n$ or $\mathbb{F}[x]^{\leq n-1}$ with $m \neq n$? |
There was a problem hiding this comment.
I would leave
| Consider the group of integers $(\mathbb{Z},+)$ and the group of integers modulo $12$ $(\mathbb{Z}_{12},+)$. The function $\pi: \mathbb{Z} \to \mathbb{Z}_{12}$ defined as $\pi(x) \equiv x \;\text{mod}\; 12$ is a homomorphism. Indeed: | ||
| \begin{xequation*} | ||
| \pi(a+b) = (a+b) \;\text{mod}\; 12 = (a \;\text{mod}\; 12) + (b \;\text{mod}\; 12) = \pi(a) + \pi(b). | ||
| \pi(a+b) \equiv (a+b) \;\text{mod}\; 12 \equiv (a \;\text{mod}\; 12) + (b \;\text{mod}\; 12) \equiv \pi(a) + \pi(b). |
There was a problem hiding this comment.
Meh, I still feel weird about this example.
I mean, in general algebra, once you have a ring
So writing
Then,
Moreover, one can show
There was a problem hiding this comment.
I think \pi(a) + \pi(b) is a bit confusing in general, because the + on the
right-hand side is addition in Z_12, which already includes the same mod-12
reduction that \pi itself performs. The reader is left wondering whether the
line is correct or whether there is a catch. I reverted to the previous version in 900e5d6.
ZamDimon
left a comment
There was a problem hiding this comment.
Good, thank you @DarkWindman!
|
|
||
| Now, the question is: how do we implement the scalar multiplication $[k]P$ for the given scalar $k \in \mathbb{Z}_r$ and point $P \in E(\overline{\mathbb{F}}_q)$? | ||
|
|
||
| First idea: let us simply add $P$ to itself $k$ times. Well, the complexity would be $O(k)$ in this case, which is even harder than solving the discrete logarithm problem (recall that the discrete logarithm problem has a complexity of $O(\sqrt{k})$). Yikes. |
Objective
This PR is primarily intended for finalizing the current state of the book: fixing weird formulations in existing chapters, fixing typos and figures' misalignments etc.
Changed
hyperrefsettings: previous were cringy