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