mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
mp(2): typos (thanks sirjofri)
This commit is contained in:
parent
a9d09ee1f1
commit
5ed2ea3310
1 changed files with 4 additions and 4 deletions
|
@ -424,7 +424,7 @@ for which
|
||||||
provides a
|
provides a
|
||||||
.LR pragma .
|
.LR pragma .
|
||||||
The precision in the format string changes the base,
|
The precision in the format string changes the base,
|
||||||
defaulting to hexadecimal when omited.
|
defaulting to hexadecimal when omitted.
|
||||||
.PP
|
.PP
|
||||||
.I Mptobe
|
.I Mptobe
|
||||||
and
|
and
|
||||||
|
@ -468,7 +468,7 @@ significant byte is at
|
||||||
while
|
while
|
||||||
.I mptolel
|
.I mptolel
|
||||||
fills in little endian order; left adjusted; so that the least
|
fills in little endian order; left adjusted; so that the least
|
||||||
significat byte is filled into
|
significant byte is filled into
|
||||||
.IR buf[0] .
|
.IR buf[0] .
|
||||||
.PP
|
.PP
|
||||||
.IR Betomp ,
|
.IR Betomp ,
|
||||||
|
@ -747,8 +747,8 @@ and
|
||||||
are the constants 2, 1 and 0. These cannot be freed.
|
are the constants 2, 1 and 0. These cannot be freed.
|
||||||
.SS "Time invariant computation"
|
.SS "Time invariant computation"
|
||||||
.PP
|
.PP
|
||||||
In the field of cryptography, it is sometimes neccesary to implement
|
In the field of cryptography, it is sometimes necessary to implement
|
||||||
algorithms such that the runtime of the algorithm is not depdenent on
|
algorithms such that the runtime of the algorithm is not dependent on
|
||||||
the input data. This library provides partial support for time
|
the input data. This library provides partial support for time
|
||||||
invariant computation with the
|
invariant computation with the
|
||||||
.I MPtimesafe
|
.I MPtimesafe
|
||||||
|
|
Loading…
Reference in a new issue