aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/bmw/bmw_512.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/bmw/bmw_512.h')
-rw-r--r--src/hash/bmw/bmw_512.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hash/bmw/bmw_512.h b/src/hash/bmw/bmw_512.h
index 8130a88e4..c1c5238bd 100644
--- a/src/hash/bmw/bmw_512.h
+++ b/src/hash/bmw/bmw_512.h
@@ -23,8 +23,8 @@ class BOTAN_DLL BMW_512 : public MDx_HashFunction
void compress_n(const byte input[], u32bit blocks);
void copy_out(byte output[]);
- SecureBuffer<u64bit, 16> H, M;
- SecureBuffer<u64bit, 32> Q;
+ SecureVector<u64bit, 16> H, M;
+ SecureVector<u64bit, 32> Q;
};
}