merklecounty / rget

download URLs and verify the contents against a publicly recorded cryptographic log
https://merklecounty.com
Apache License 2.0
205 stars 17 forks source link

support different hash algos #28

Open philips opened 5 years ago

philips commented 5 years ago

I want to ensure this project can support multiple algorithms in the long term. Originally sha256 was selected due to its use coreutils, docker images, kubernetes, OCI, and release automation tools. But, ideally other algos could be supported.

References

Please comment on this issue with prior art in other projects. I would love to see simple text based file formats with existing use.

philips commented 5 years ago

/cc @justaugustus