public void MayFast() { Span <byte> hash = stackalloc byte[HashConstants.Md5Length]; MD5Utils.MayFast(_randombytes.Span, hash); }