mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 17:03:31 +01:00
Fix another comment typo
This commit is contained in:
parent
c917cec3ef
commit
a20ecf69d8
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ static int check_equal(const uint32_t x[32], const uint32_t y[32]) {
|
||||||
/**
|
/**
|
||||||
* Checks if an unpacked integer equals zero (modulo p)
|
* Checks if an unpacked integer equals zero (modulo p)
|
||||||
*
|
*
|
||||||
* The interger must be squeezed before.
|
* The integer must be squeezed before.
|
||||||
*/
|
*/
|
||||||
static int check_zero(const uint32_t x[32]) {
|
static int check_zero(const uint32_t x[32]) {
|
||||||
static const uint32_t p[32] = {
|
static const uint32_t p[32] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue