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
/
field.zig
Age
Commit message (
Expand
)
Author
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2024-10-19
std: update for new `CallingConvention`
mlugg
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
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-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-03-06
crypto.25519.field: de-inline mul for small builds (#14775)
Eric Milliken
2023-03-03
crypto.25519.field: de-inline _sq()
Frank Denis
2022-06-27
std.crypto.25519.field: avoid excessive inlining
Andrew Kelley
2022-05-10
Typo
Frank Denis
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-22
std.crypto: handle the top bit in 25519.field.fromBytes64() (#9435)
Frank Denis
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-04-29
x: comptime bool -> comptime x: bool (#8639)
Frank Denis
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-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-11-17
std/crypto: implement the Hash-To-Curve standard for Edwards25519
Frank Denis
2020-10-06
std/crypto: faster (mod 2^255-19) square root computation
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-18
ristretto255: add uniform string->element map & fast equivalence check
Frank Denis
2020-08-16
Inline Fe.{sub,mul,sq} for a performance boost in release-safe mode
Frank Denis
2020-08-16
Address @daurnimator feedback
Frank Denis
2020-08-16
Rename the field and scalar modules
Frank Denis