aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2022-08-21 16:24:53 +0200
committerJ08nY2022-08-21 16:24:53 +0200
commitd523dd7fcec48d411e43749cb1696af27771bc7e (patch)
treebf3246f1add5decc5bf9d421502d8c39a94028fa
parentf8b17a7b7715a6b0c65306a39b12c302f93cec3a (diff)
downloadecgen-d523dd7fcec48d411e43749cb1696af27771bc7e.tar.gz
ecgen-d523dd7fcec48d411e43749cb1696af27771bc7e.tar.zst
ecgen-d523dd7fcec48d411e43749cb1696af27771bc7e.zip
-rw-r--r--src/math/poly.c2
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},