This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ed448goldilocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed undeclared function warning
master
Mike Hamburg
10 years ago
parent
93e866bb8c
commit
5a0abe8cb5
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ec_point.c
+ 1
- 1
src/ec_point.c
View File
@@ -384,7 +384,7 @@ serialize_extensible (
field_mul ( L0, L2, L1 );
field_mul ( L0, L2, L1 );
}
}
void
static
void
decaf_make_even (
decaf_make_even (
field_a_t a
field_a_t a
) {
) {
Write
Preview
Loading…
Cancel
Save