v0.2.0
- Add
IContentAddressableStore.GetHashes()
- Add
IContentAddressableStore.Delete(byte[] hash)
- Add
IContentAddressableStore.TryGetContentLength()
- Add
Hash.TryParse
- Add
Hash.IsValid
- Add
Hash.Compute
- Add
Hash.Equals
- Add
Hash.StringLength
- Add
Hash.ByteCount
- Add
HashEqualityComparer
- Improved hash validation
- Reduce latency of write operations by overlapping read and write tasks
- Documentation improvements