aboutsummaryrefslogtreecommitdiff
path: root/std/crypto/sha2.zig
AgeCommit message (Expand)Author
2018-04-04Fix off-by-one error in all crypto functionsMarc Tiehuis
2018-03-10Unroll Sha3 inner loopMarc Tiehuis
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-17Add throughput test programMarc Tiehuis
2018-01-17Merge branch 'master' into blake2Marc Tiehuis
2018-01-17Change crypto functions to fill a bufferMarc Tiehuis
2018-01-14remove 32-bit windows from supported targets listAndrew Kelley
2018-01-14Disable win32 tests for Sha2 + correct lengthsMarc Tiehuis
2018-01-13Change indexing variable types for crypto functionsMarc Tiehuis
2018-01-13Add Sha2 functionsMarc Tiehuis