aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto
AgeCommit message (Expand)Author
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