Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/b2sum
AgeCommit message (Expand)Author
2016-11-10maint: strip various trailing whitespacePádraig Brady
2016-10-12formatting, more c89Samuel Neves
2016-06-22rename readmeSamuel Neves
2016-06-22add b2sum readmeSamuel Neves
2016-06-19no static b2sum, optional openmp20160619Samuel Neves
2016-04-22Make BLAKE2 code C89 and MSVC friendlyChristian Heimes
2016-04-06Replace size_t by unsigned long for output sizes.Samuel Neves
2016-02-29Changed copyright of Samuel's code to 3-license version suggested by ZookoBill Cox
2016-02-20remove comment that slipped inScarlett
2016-02-20add and install b2sum man page, improve makefile portabilityScarlett
2016-01-31b2sum: Add digest length argumentPaul Barker
2016-01-03b2sum: Simplify algorithm name printingPaul Barker
2015-11-05signedness mismatchSamuel Neves
2015-11-05Merge pull request #3 from neheb/masterSamuel Neves
2015-10-30b2sum: Output 2 spaces instead of 1Artem Chudinov
2015-10-30b2sum: Get rid of two `goto`Artem Chudinov
2015-10-30b2sum: Replace "-a <hash>" with "-a <algo>" in the --help messageArtem Chudinov
2015-10-30b2sum: Support a BSD-style checksum and improve the --help messageArtem Chudinov
2015-10-30b2sum: Support --helpArtem Chudinov
2015-10-30b2sum: Support reading from stdinArtem Chudinov
2013-03-12Fix makefilesMangix
2013-02-01Release 2013-01-31CodesInChaos