aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/25519/edwards25519.zig
AgeCommit message (Expand)Author
2025-09-08std.crypto.ed25519: support cofactorless verificationFrank Denis
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2024-06-04crypto.edwards25519: add the ability to check for group membership (#20175)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-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-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-28std.crypto.edwards25519: add a rejectLowOrder() function (#13668)Frank Denis
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley
2022-05-03edwards25519 fixes (#11568)Frank Denis
2021-12-27crypto/edwards25519: faster point decompressionFrank Denis
2021-11-08crypto/edwards25519: correctly flip the Y sign in the H2C operationFrank Denis
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-27p256: update to the last fiat-crypto code & share PC tablesFrank Denis
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: remove redundant comptime keywordAndrew Kelley
2021-04-28Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-2625519: remove unused const, safeguard against unreduced scalars (#8624)Frank Denis
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-24ed25519: use double-base multiplication for signature verificationFrank Denis
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
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-03-01std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slicesLemonBoy
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-11-25std/crypto - edwards25519 precomp: prefer doublings over addsFrank Denis
2020-11-17std/crypto: use NAF for multi-scalar edwards25519 multiplicationFrank Denis
2020-11-17std/crypto: implement the Hash-To-Curve standard for Edwards25519Frank Denis
2020-10-29std/crypto/x25519: return encoded points directly + ed->mont mapFrank Denis
2020-10-22Implement multiscalar edwards25519 point multiplicationFrank Denis
2020-10-22Support variable-time edwards25519 scalar multiplicationFrank Denis
2020-10-22std/crypto/25519: add support for batch Ed25519 signature verificationFrank Denis
2020-10-15std/crypto/25519: do cofactored ed25519 verificationFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-16deinline edwards25519.{add,dbl}Frank Denis
2020-08-16Constify the ladderFrank Denis
2020-08-16Add comment, use @truncateFrank Denis
2020-08-16Address more review issuesFrank Denis