コード例 #1
0
ファイル: Blake256Hash.cs プロジェクト: senlinms/Paymetheus
        void ByteCursor.IWriter.WriteToCursor(ByteCursor cursor)
        {
            if (cursor == null)
            {
                throw new ArgumentNullException(nameof(cursor));
            }

            _buffer.WriteToCursor(cursor);
        }