File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 3088
3088
$X$ is the interpretation of the unsigned integer \term{counter} value
3089
3089
$Z \cedef \sum_{j = 0}^{n - 1} X_j \cdot 2^{wj}$ of $n \cdot w$ bits,
3090
3090
\item
3091
- $K$ are keys,
3091
+ $K$ are keys, which are generated once from the seed (see constructors below)
3092
+ and remain constant unless the \tcode{seed} function\iref{rand.req.eng} is invoked,
3092
3093
\item
3093
3094
$Y$ stores a batch of output values, and
3094
3095
\item
3169
3170
$\mathit{key}^q_k \cedef (K_k + q \cdot C_k) \mod 2^w$,
3170
3171
3171
3172
\item
3172
- %FIXME: $K_k$ is just one element - do we mean for each possible $k$?
3173
- %FIXME: Same for the next 2 \items.
3174
- $K_k$ are the keys generated once with a seed and stay constant
3175
- unless the \tcode{seed} function is called,
3173
+ $K_k$ are the elements of the key sequence $K$,
3176
3174
3177
3175
\item
3178
3176
$M_k$ is \tcode{multipliers[$k$]}, and
You can’t perform that action at this time.
0 commit comments