mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
Correct comment for x2nmodp.
This commit is contained in:
parent
8c945465c6
commit
0aacc11829
@ -23,7 +23,8 @@ static uint32_t multmodp(uint32_t a, uint32_t b) {
|
||||
}
|
||||
|
||||
/*
|
||||
Return x^(n+k) modulo p(x). Requires that x2n_table[] has been initialized.
|
||||
Return x^(n * 2^k) modulo p(x). Requires that x2n_table[] has been
|
||||
initialized.
|
||||
*/
|
||||
static uint32_t x2nmodp(z_off64_t n, unsigned k) {
|
||||
uint32_t p;
|
||||
|
Loading…
Reference in New Issue
Block a user