mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-29 22:31:05 -07:00
Fix misleading comment
This commit is contained in:
parent
415691dcea
commit
3e6e734605
@ -439,8 +439,8 @@ fe_isnegative(const fe f)
|
||||
}
|
||||
|
||||
/*
|
||||
return 1 if f == 0
|
||||
return 0 if f != 0
|
||||
return -1 if f == 0
|
||||
return 0 if f != 0
|
||||
*
|
||||
Preconditions:
|
||||
|f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc.
|
||||
|
Loading…
Reference in New Issue
Block a user