aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto.zig
AgeCommit message (Expand)Author
2020-09-24Revamp crypto/aesFrank Denis
2020-09-24Move PBKDF2 to a pwhash category, clarify what that category isFrank Denis
2020-09-13fix refRocknest
2020-09-13Reference all crypto declarationsRocknest
2020-09-13Extract kdf.zig to provide namespace documentationRob Napier
2020-09-13Explicitly reference std.crypto.kdf in test caseRob Napier
2020-09-11Add crypto.kdf.pbkdf2Rob Napier
2020-08-22Promote hash/siphash to crypto/siphashFrank Denis
2020-08-21Hash functions now accept an option setFrank Denis
2020-08-20Remove the reset() function from hash functionsFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-17Export crypto.aeadFrank Denis
2020-08-16Rename the field and scalar modulesFrank Denis
2020-08-16Improve curve25519-based cryptoFrank Denis
2020-02-24hashing algorithms: fix logic and index out of boundsJ.W
2020-02-01crypto: Add BLAKE3 hashing algorithmJay Petacat
2019-11-01crypto: Add AES implementationlukechampine
2019-09-25mv std/ lib/Andrew Kelley