diff options
author | Jack Lloyd <[email protected]> | 2018-08-13 08:00:18 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-13 08:00:18 -0400 |
commit | 43a5eebea5892e04de1e7a3967a175016ae99d94 (patch) | |
tree | 877e86db949075fa2c10e0aee300e04126d7b20b /src/lib/math/numbertheory | |
parent | a5fc1905a71841c60b9b230744fcb8036090f11c (diff) |
Add some final annotations
Diffstat (limited to 'src/lib/math/numbertheory')
-rw-r--r-- | src/lib/math/numbertheory/make_prm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/make_prm.cpp b/src/lib/math/numbertheory/make_prm.cpp index 1979fa550..2333e2c93 100644 --- a/src/lib/math/numbertheory/make_prm.cpp +++ b/src/lib/math/numbertheory/make_prm.cpp @@ -14,7 +14,7 @@ namespace Botan { namespace { -class Prime_Sieve +class Prime_Sieve final { public: Prime_Sieve(const BigInt& init_value) : m_sieve(PRIME_TABLE_SIZE) |