lib/gcrypt: use std::size_t
This commit is contained in:
parent
caaa050e60
commit
0efbd4df8b
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
namespace Gcrypt {
|
namespace Gcrypt {
|
||||||
|
|
||||||
template<int algo, size_t size>
|
template<int algo, std::size_t size>
|
||||||
[[gnu::pure]]
|
[[gnu::pure]]
|
||||||
auto
|
auto
|
||||||
Hash(std::span<const std::byte> input) noexcept
|
Hash(std::span<const std::byte> input) noexcept
|
||||||
|
Loading…
Reference in New Issue
Block a user