index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
crypto
/
25519
/
edwards25519.zig
Age
Commit message (
Expand
)
Author
2025-09-08
std.crypto.ed25519: support cofactorless verification
Frank Denis
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2024-06-04
crypto.edwards25519: add the ability to check for group membership (#20175)
Frank Denis
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-28
std.crypto.edwards25519: add a rejectLowOrder() function (#13668)
Frank Denis
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-05-03
edwards25519 fixes (#11568)
Frank Denis
2021-12-27
crypto/edwards25519: faster point decompression
Frank Denis
2021-11-08
crypto/edwards25519: correctly flip the Y sign in the H2C operation
Frank Denis
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-05-27
p256: update to the last fiat-crypto code & share PC tables
Frank Denis
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-26
25519: remove unused const, safeguard against unreduced scalars (#8624)
Frank Denis
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
ed25519: use double-base multiplication for signature verification
Frank Denis
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-20
std/crypto: use finer-grained error sets in function signatures (#8558)
Frank Denis
2021-03-14
Use a unified error set for std/crypto/*
Frank Denis
2021-03-01
std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
LemonBoy
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-11-25
std/crypto - edwards25519 precomp: prefer doublings over adds
Frank Denis
2020-11-17
std/crypto: use NAF for multi-scalar edwards25519 multiplication
Frank Denis
2020-11-17
std/crypto: implement the Hash-To-Curve standard for Edwards25519
Frank Denis
2020-10-29
std/crypto/x25519: return encoded points directly + ed->mont map
Frank Denis
2020-10-22
Implement multiscalar edwards25519 point multiplication
Frank Denis
2020-10-22
Support variable-time edwards25519 scalar multiplication
Frank Denis
2020-10-22
std/crypto/25519: add support for batch Ed25519 signature verification
Frank Denis
2020-10-15
std/crypto/25519: do cofactored ed25519 verification
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-16
deinline edwards25519.{add,dbl}
Frank Denis
2020-08-16
Constify the ladder
Frank Denis
2020-08-16
Add comment, use @truncate
Frank Denis
2020-08-16
Address more review issues
Frank Denis
[next]