lib/gcrypt: use std::size_t

This commit is contained in:
Max Kellermann 2022-10-29 07:31:13 +02:00
parent caaa050e60
commit 0efbd4df8b

View File

@ -36,7 +36,7 @@
namespace Gcrypt {
template<int algo, size_t size>
template<int algo, std::size_t size>
[[gnu::pure]]
auto
Hash(std::span<const std::byte> input) noexcept