From b0f7b762af0f3e008abc6942b8b83f8186992088 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 19 Jan 2020 21:40:30 -0500 Subject: [PATCH] Adds a possible const. --- NumberTheory/LFSR.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NumberTheory/LFSR.hpp b/NumberTheory/LFSR.hpp index 5dca0bb1b..9848b8121 100644 --- a/NumberTheory/LFSR.hpp +++ b/NumberTheory/LFSR.hpp @@ -52,7 +52,7 @@ template > 1) ^ (result * polynomial); return result; }