diff options
| author | J08nY | 2022-08-21 16:24:53 +0200 |
|---|---|---|
| committer | J08nY | 2022-08-21 16:24:53 +0200 |
| commit | d523dd7fcec48d411e43749cb1696af27771bc7e (patch) | |
| tree | bf3246f1add5decc5bf9d421502d8c39a94028fa /src/math/poly.c | |
| parent | f8b17a7b7715a6b0c65306a39b12c302f93cec3a (diff) | |
| download | ecgen-d523dd7fcec48d411e43749cb1696af27771bc7e.tar.gz ecgen-d523dd7fcec48d411e43749cb1696af27771bc7e.tar.zst ecgen-d523dd7fcec48d411e43749cb1696af27771bc7e.zip | |
Diffstat (limited to 'src/math/poly.c')
| -rw-r--r-- | src/math/poly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/poly.c b/src/math/poly.c index 5ffd243..0a042c4 100644 --- a/src/math/poly.c +++ b/src/math/poly.c @@ -12,7 +12,7 @@ * HPL-98-135 * August, 1998 * - * http://www.hpl.hp.com/techreports/98/HPL-98-135.pdf + * https://www.hpl.hp.com/techreports/98/HPL-98-135.pdf */ static polynomial_t hp_trinomials[] = { {2, 1}, {3, 1}, {4, 1}, {5, 2}, {6, 1}, |
