Statistics
| Branch: | Revision:

root / trunk / Pithos.Core / FileHashMap.cs @ 7b0a5fec

History | View | Annotate | Download (152 Bytes)

1
using System.Collections.Generic;
2

    
3
public class FileHashMap
4
{
5
    public byte[] Hash { get; set; }
6
    public IEnumerable<byte[]> Hashes { get; set; }
7
}