2 references to MaxStackKmacSize
System.Security.Cryptography (2)
System\Security\Cryptography\KmacStatic.cs (2)
168Span<byte> hashBuffer = stackalloc byte[MaxStackKmacSize]; 170if (hash.Length > MaxStackKmacSize)