~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/third_party/sha1/README

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-30 11:13:48 UTC
  • Revision ID: bunnybot@widelands.org-20241030111348-3o6tpzf9hnpatxs2
Replace MD5 checksumming code with `libmd` (CB #4831 / GH #6469)

Co-authored-by: Benedikt Straub <benedikt-straub@web.de>
Co-authored-by: Widelands Bunnybot <bunnybot@widelands.org>
Co-authored-by: Benedikt Straub <benedikt-straub@web.de>
Co-committed-by: Benedikt Straub <benedikt-straub@web.de>

(by bunnybot)
d5effaf37cbe4bc83f74498612dd1b4374fca91b

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This directory contains a copy of @983's public domain SHA-1 algorithm from
2
 
https://github.com/983/SHA1, version 0ec907360c70b7eac33ec87927d227c602bb1265.
3
 
Many thanks to the authors.
4
 
 
5
 
The file has been adapted by the Widelands Development Team for our
6
 
convenience without changing the actual algorithms.