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