aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto
AgeCommit message (Expand)Author
2020-05-16Merge pull request #5189 from zigazeljko/patch-1Vexu
2020-05-04std: fix blake3 assignment to constantVexu
2020-04-28Split AES struct into AESEncrypt and AESDecryptŽiga Željko
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-02crypto: fix benchmark compile error (#4919)Jay Petacat
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
2020-03-19fix incorrect sentinel checkAndrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-24hashing algorithms: fix logic and index out of boundsJ.W
2020-02-21remove @bytesToSlice, @sliceToBytes from std libxackus
2020-02-06std: add AEAD modes for gimlidaurnimator
2020-02-06add gimli to crypto hash benchmarkdaurnimator
2020-02-02blake3: Workaround issue #4373 with named typesJay Petacat
2020-02-02blake3: Replace `&arr` with `arr[0..]` for slice argsJay Petacat
2020-02-02blake3: Name and const pointer refinementsJay Petacat
2020-02-02blake3: Convert `*const [n]u8` types to `[n]u8`Jay Petacat
2020-02-01crypto: Add BLAKE3 hashing algorithmJay Petacat
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2020-01-01std.mem.compare: breaking API changesAndrew Kelley
2019-12-30Fix segfault by not reassigning to function parameterlukechampine
2019-12-30chacha: Fix open docstringlukechampine
2019-12-30chacha: Use error set instead of boollukechampine
2019-12-30chacha20poly1305: Return false on short ciphertextlukechampine
2019-12-30chacha20poly1305: verify tag in constant timelukechampine
2019-12-30crypto: Add chacha20poly1305lukechampine
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-06Crypto benchmark fixesdata-man
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-05crypto: Add support for AES-CTRlukechampine
2019-11-04Replace AES variables to constantsdata-man
2019-11-04remove speculative AES TODOsLuke Champine
2019-11-01crypto: Add AES implementationlukechampine
2019-10-01Replace code occurences of --override-std-dir with --override-lib-dirSamTebbs33
2019-09-25mv std/ lib/Andrew Kelley