diff options
author | Jack Lloyd <[email protected]> | 2022-02-10 17:35:44 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2022-02-10 17:57:10 -0500 |
commit | 86d16c54044dc3df13e6479a437148388f1520fc (patch) | |
tree | 272d8c4db5584f952801a02aeada5460815ead20 /src/lib/pubkey/xmss/xmss_wots.h | |
parent | e068d80953469fc8a3ec1715d0f64756d972daba (diff) |
More clang-tidy fixes
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots.h b/src/lib/pubkey/xmss/xmss_wots.h index dc1c2ba78..1726e8c09 100644 --- a/src/lib/pubkey/xmss/xmss_wots.h +++ b/src/lib/pubkey/xmss/xmss_wots.h @@ -57,7 +57,7 @@ class XMSS_WOTS_Parameters final secure_vector<uint8_t> base_w(size_t value) const; - void append_checksum(secure_vector<uint8_t>& data); + void append_checksum(secure_vector<uint8_t>& data) const; /** * @return XMSS WOTS registry name for the chosen parameter set. |