Ejemplo n.º 1
0
        public unsafe void GetMac(Span <byte> destination)
        {
            fixed(byte *p = destination)
            {
                Sse2.Store(p, _buffer.Reverse());
            }

            Reset();
        }