diff options
author | Jack Lloyd <[email protected]> | 2021-01-21 09:04:06 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-01-21 09:04:06 -0500 |
commit | ef11b8dddd4b7bfd5bd0101e969c2b947ed5d586 (patch) | |
tree | 34a70f84a453d4816e594f24a62fab74e53dd631 /src/lib/utils/poly_dbl | |
parent | 2588350f4d48602b5d44c1da956b435cbb26df9e (diff) |
Name the reference here, in case the link changes
Diffstat (limited to 'src/lib/utils/poly_dbl')
-rw-r--r-- | src/lib/utils/poly_dbl/poly_dbl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/utils/poly_dbl/poly_dbl.cpp b/src/lib/utils/poly_dbl/poly_dbl.cpp index 928b57ade..2b55548b6 100644 --- a/src/lib/utils/poly_dbl/poly_dbl.cpp +++ b/src/lib/utils/poly_dbl/poly_dbl.cpp @@ -15,7 +15,9 @@ namespace { /* * The minimum weight irreducible binary polynomial of size n * -* See http://www.hpl.hp.com/techreports/98/HPL-98-135.pdf +* See "Table of Low-Weight Binary Irreducible Polynomials" +* by Gadiel Seroussi, HP Labs Tech Report HPL-98-135 +* http://www.hpl.hp.com/techreports/98/HPL-98-135.pdf */ enum class MinWeightPolynomial : uint64_t { P64 = 0x1B, |