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
/
scalar.zig
Age
Commit message (
Expand
)
Author
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2022-06-29
std/crypto/{25519,pcurves}: make the scalar field order public (#11955)
Frank Denis
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-05-26
crypto/25519: add scalar.random(), use CompressedScalar type
Frank Denis
2022-01-24
std.crypto.25519.scalar: implement edwards25519 scalar field inversion
Frank Denis
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-26
25519: remove unused const, safeguard against unreduced scalars (#8624)
Frank Denis
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-10-22
std/crypto/25519: use Barrett reduction for scalars (mod l)
Frank Denis
2020-10-22
std/crypto/25519: add support for batch Ed25519 signature verification
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-16
Move loop decrements into continuations
Frank Denis
2020-08-16
Address @daurnimator feedback
Frank Denis
2020-08-16
Rename the field and scalar modules
Frank Denis