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
AgeCommit message (Expand)Author
2016-10-12unkeyed apib2xSamuel Neves
2016-10-12consistencyJP Aumasson
2016-10-12check final return valueJP Aumasson
2016-10-12formatting, more c89Samuel Neves
2016-10-12c89 complianceJP Aumasson
2016-10-12-Wall, clean katsJP Aumasson
2016-10-12replace some c99ismsSamuel Neves
2016-10-12missing adjustmentsSamuel Neves
2016-10-11sse genkatsJP Aumasson
2016-10-11b2x added to sse/JP Aumasson
2016-10-11fixed json input displayJP Aumasson
2016-10-11bug in key-less b2xJP Aumasson
2016-10-11copyright noticeJP Aumasson
2016-10-11json katsJP Aumasson
2016-10-11streaming api prototypesJP Aumasson
2016-10-11b2xb and testsJP Aumasson
2016-10-11b2xs tests okJP Aumasson
2016-10-11b2s xof unkeyed katsJP Aumasson
2016-10-11b2xs test proceduresJP Aumasson
2016-10-11length bugSamuel Neves
2016-10-11style, consistency, wipSamuel Neves
2016-10-11basic b2xs and b2xbJP Aumasson
2016-10-11adding xof_length for b2x supportJP Aumasson
2016-10-11makefile conflict fixedcleanupsJP Aumasson
2016-06-22rename readmeSamuel Neves
2016-06-22add b2sum readmeSamuel Neves
2016-06-19no static b2sum, optional openmp20160619Samuel Neves
2016-06-15count cycles on msvcSamuel Neves
2016-06-12c89ify bench as wellSamuel Neves
2016-06-12output exclusively to pdfSamuel Neves
2016-06-12missing dependencySamuel Neves
2016-06-12bench portabilitySamuel Neves
2016-06-11remove unused code, varsSamuel Neves
2016-06-11adjust api in katsSamuel Neves
2016-06-11outlen in blake2xx_final should be the output buffer size, not the hash lengthSamuel Neves
2016-06-11test streaming apiSamuel Neves
2016-06-11consistent counter typeSamuel Neves
2016-06-11api cleanup, sse editionSamuel Neves
2016-06-11api cleanupSamuel Neves
2016-06-11more tyding upSamuel Neves
2016-06-11tidy upSamuel Neves
2016-06-11Merge branch 'tiran-c89'Samuel Neves
2016-06-11fix conflictsSamuel Neves
2016-06-10fix kat paths; better sse2 detectionSamuel Neves
2016-06-10address issue #24Samuel Neves
2016-05-04Merge pull request #23 from CryptoManiac/masterSamuel Neves
2016-04-30With "==" you will be allowed to set anything except valid values.CryptoManiac
2016-04-22sse kats, reorgJP Aumasson
2016-04-22Make BLAKE2 code C89 and MSVC friendlyChristian Heimes
2016-04-06Replace size_t by unsigned long for output sizes.Samuel Neves