4 references to MaxKmacStackAlloc
System.Security.Cryptography (4)
System\Security\Cryptography\ConcurrentSafeKmac.cs (4)
72
Span<byte> hashBuffer = stackalloc byte[
MaxKmacStackAlloc
];
74
if (hash.Length >
MaxKmacStackAlloc
)
101
Span<byte> hashBuffer = stackalloc byte[
MaxKmacStackAlloc
];
103
if (hash.Length >
MaxKmacStackAlloc
)