aboutsummaryrefslogtreecommitdiff
path: root/std/crypto
AgeCommit message (Expand)Author
2018-04-04Add Hmac function (#890)Marc Tiehuis
2018-04-04Fix off-by-one error in all crypto functionsMarc Tiehuis
2018-03-10Unroll Sha3 inner loopMarc Tiehuis
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-17Add Sha3 hashing functionsMarc Tiehuis
2018-01-17Add throughput test programMarc Tiehuis
2018-01-17Fix crypto exportsMarc Tiehuis
2018-01-17Add crypto internal test functionsMarc Tiehuis
2018-01-17Merge branch 'master' into blake2Marc Tiehuis
2018-01-17Change crypto functions to fill a bufferMarc Tiehuis
2018-01-15Add Blake2X hash functionsMarc 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
2018-01-13Add Md5 and Sha1 hash functionsMarc Tiehuis