From 96ed1bf7f001e8302bdaa42ab37555ee5c0f9edb Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 15 Oct 2017 11:28:06 -0400 Subject: Additional final annotations --- src/lib/block/cast/cast128.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/block/cast') diff --git a/src/lib/block/cast/cast128.cpp b/src/lib/block/cast/cast128.cpp index d54d0614e..5ad732eb3 100644 --- a/src/lib/block/cast/cast128.cpp +++ b/src/lib/block/cast/cast128.cpp @@ -320,7 +320,7 @@ void CAST_128::cast_ks(secure_vector& K, 0xA466BB1E, 0xF8DA0A82, 0x04F19130, 0xBA6E4EC0, 0x99265164, 0x1EE7230D, 0x50B2AD80, 0xEAEE6801, 0x8DB2A283, 0xEA8BF59E }; - class ByteReader + class ByteReader final { public: uint8_t operator()(size_t i) const -- cgit v1.2.3