aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/25519/x25519.zig
AgeCommit message (Expand)Author
2024-11-19std.crypto: make the key pair API creation consistent (#21955)Frank Denis
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2022-10-27Revamp the ed25519 API (#13309)Frank Denis
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-20std/crypto: use finer-grained error sets in function signatures (#8558)Frank Denis
2021-03-14Use a unified error set for std/crypto/*Frank Denis
2021-02-21std: Add more error checking in hexToBytesLemonBoy
2020-12-31Year++Frank Denis
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-10-29std/crypto/x25519: return encoded points directly + ed->mont mapFrank Denis
2020-10-25Add (X)Salsa20 and NaCl boxesFrank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-16Address more review issuesFrank Denis
2020-08-16Address @daurnimator feedbackFrank Denis
2020-08-16Improve curve25519-based cryptoFrank Denis