aboutsummaryrefslogtreecommitdiff
path: root/std/crypto
AgeCommit message (Expand)Author
2019-05-04std: Remove some assumptions about the host platformLemonBoy
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-16Fixed typosVallentin
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-03os.crypto: support for HmacBlake2s256 variety;kristopher tate
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-06std/crypto/x25519.zig: add test for `createPublicKey`;kristopher tate
2018-09-06std/crypto/x25519.zig: fix signature for `createPublicKey`;kristopher tate
2018-09-04update throughput test to new File APIAndrew Kelley
2018-09-04std/crypto: Clean up poly1305/x25519Marc Tiehuis
2018-08-31std/crypto: zig fmtMarc Tiehuis
2018-08-31std/crypto: Update throughput_test.zig to include all hash functionsMarc Tiehuis
2018-08-31Make poly1305 and x25519 more idiomatic zigMarc Tiehuis
2018-08-30Add poly1305 and x25519 crypto primitivesMarc Tiehuis
2018-08-27speed up chacha20Marc Tiehuis
2018-08-27std.crypto: add chaCha20Shawn Landden
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-07-09Update throughput_test.zig. (#1211)wilsonk
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-26run zig fmt on some of the codebaseAndrew Kelley
2018-05-16convert more std lib files to postfix pointer derefAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-04-24crypto throughput test now uses os.time moduleMarc Tiehuis
2018-04-21Changed all MB to MiBHarry Eakins
2018-04-21Readability improvements and bug-fix to std/crypto/throughput_test.zigHarry Eakins
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