mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-30 13:57:20 +03:00
Fix typo in definition of distributed property of gf28DotProduct
Closes #762
This commit is contained in:
parent
c53f3cf172
commit
8b6581f263
BIN
docs/Cryptol.pdf
BIN
docs/Cryptol.pdf
Binary file not shown.
Binary file not shown.
@ -699,7 +699,7 @@ such that {\tt gf28DotProduct} returns the dot-product of two length $n$ vectors
|
||||
addition:
|
||||
\begin{eqnarray*}
|
||||
a \cdot b &=& b \cdot a \\
|
||||
a \cdot (b + c) &=& a\cdot b + a\cdot b
|
||||
a \cdot (b + c) &=& a\cdot b + a\cdot c
|
||||
\end{eqnarray*}
|
||||
Addition over vectors is defined element-wise. Prove the commutativity
|
||||
property for vectors of length 10. Distributivity will take much
|
||||
|
Loading…
Reference in New Issue
Block a user