Пример #1
0
        public void Setup()
        {
            var value = new Span <byte>(new byte[32]);

            new Random().NextBytes(value);

            _nBitcoinData      = new uint256(value.ToArray());
            _mithrilShardsData = new Core.DataTypes.UInt256(value);
        }
 public void uint256_Unsafe_MithrilShards_CurrentImplementation()
 {
     _ = new MithrilShards.Core.DataTypes.UInt256(_data);
 }
 public void uint256_MithrilShards_StringConstructor()
 {
     _ = new MithrilShards.Core.DataTypes.UInt256(_data);
 }