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 (Collapse)Author
2021-05-28Merge pull request #71 from kkoehne/masterHEADmasterSamuel Neves
Avoid MSVC warning C4804
2021-04-21Avoid MSVC warning C4804Kai Köhne
Fixes warnings like blake2.h(140): warning C4804: '/': unsafe use of type 'bool' in operation blake2.h(141): warning C4804: '/': unsafe use of type 'bool' in operation
2020-07-04Merge pull request #67 from noloader/aarch64Samuel Neves
Add Aarch64 makefile
2020-07-04Merge pull request #66 from noloader/travisSamuel Neves
Add Travis testing
2020-07-04Add Travis testingJeffrey Walton
2020-07-03Add Aarch64 makefileJeffrey Walton
2020-07-01update README.mdSamuel Neves
2020-06-30Merge pull request #65 from noloader/power8Samuel Neves
Add BLAKE2b for POWER8
2020-06-30rename power8 directorySamuel Neves
2020-06-29Add BLAKE2b POWER8 implementationJeffrey Walton
2019-07-23Merge pull request #57 from sean-sn/master20190724Samuel Neves
Updated Blake2s code to match diagonal shuffle tweak done in blake2-a…
2019-07-22Updated Blake2s code to match diagonal shuffle tweak done in blake2-avx for ↵sean-sn
Blake2b
2018-07-11Merge pull request #50 from mjvk/bitwise-castSamuel Neves
Bitwise cast
2018-05-09Update blake2-impl.hmjvk
2018-05-09Update blake2-impl.hmjvk
2018-05-09Update cast of load16mjvk
Bitwise operations promote the cast to uint16_t to int. So to be consistent, first cast to uint to keep unsignedness and prevent implicit promotion. Then cast back to uint16_t after all bitwise operations are completed. This prevents compiler warnings, unneccessary casts and in the case of right shifting (not the case here) unexpected behaviour.
2018-04-19Merge pull request #49 from leighbb/arm-neonSamuel Neves
Add ARM NEON versions of blake2s and blake2b
2018-04-02Add ARM NEON versions of blake2s and blake2bLeigh Brown
NOTE! The NEON version of blake2s is currently NO FASTER than the reference implementations. However, it is retained for reference and in case it can be further improved. The NEON version of blake2b is more than twice as fast as the reference implementation on the Raspberry PI 2 Model B.
2018-02-15Merge pull request #47 from CB-Rambo/masterSamuel Neves
syntax correction
2018-02-14syntax correctionKrishna
2017-03-07issue #41Samuel Neves
2016-12-03keylength=0 in B2 instances in b2x*JP Aumasson
2016-12-02typosJP Aumasson
2016-11-10Merge pull request #37 from pixelb/cleanupsSamuel Neves
maint: strip various trailing whitespace
2016-11-10maint: strip various trailing whitespacePádraig Brady
This falls afoul of various commit git commit hooks, so strip trailing whitespace at EOL and EOF.
2016-11-09Address bug with small blake2*p output sizes (see #36)Samuel Neves
2016-10-28Merge pull request #35 from BLAKE2/b2xJP Aumasson
B2x
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