mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Fix misleading comment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user