|
|
|
|
|
by bradknowles
708 days ago
|
|
Looks like the last time the code itself was touched was about seven months ago. And there are no open issues.
I did spot the following in the README.md file:
```
An optional MD5 checksum can be calculated as well for the transferred file to verify that the content is the same as the source file. The server provides its own MD5 for comparison once the file is written. However, this would only be an additional level of redundancy as quic has a reliability guarantee already built into the protocol.
```
Could we make this SHA-256 or something else a little more modern and robust than MD5? |
|