Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
12fe3cc1
Commit
12fe3cc1
authored
Mar 06, 2013
by
Niels Möller
Browse files
Comment fixes.
parent
8500c6e0
Changes
1
Show whitespace changes
Inline
Side-by-side
armv7/ecc-384-modp.asm
View file @
12fe3cc1
...
...
@@ -153,7 +153,7 @@ PROLOGUE(nettle_ecc_384_modp)
C
Fold
high
limbs
,
we
need
to
add
in
C
C
F4
F4
-
F4
F4
H
H
-
H
H
C
F4
F4
0
-
F4
F4
H
H
0
-
H
H
C
C
We
al
ways
have
F4
>
=
0
,
but
we
can
have
H
<
0
.
C
Si
gn
extension
gets
tricky
when
F4
=
0
and
H
<
0
.
...
...
@@ -163,7 +163,7 @@ PROLOGUE(nettle_ecc_384_modp)
C
H
H
0
-
H
H
C
----------------
C
S
F4
F3
F2
F1
F0
C
S
H
F3
F2
F1
F0
C
C
Define
S
=
H
>>
31
(
asr
),
we
then
have
C
...
...
@@ -171,7 +171,7 @@ PROLOGUE(nettle_ecc_384_modp)
C
F1
=
S
-
H
C
F2
=
-
[
H
>
0
]
C
F3
=
H
-
[
H
>
0
]
C
F4
=
H
+
S
C
H
=
H
+
S
C
C
And
we
get
underflow
in
S
-
H
iff
H
>
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment