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
/
ff.zig
Age
Commit message (
Expand
)
Author
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-07-14
std.crypto.ff: fix typo in `montgomery` boolean documentation (#20624)
bing
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-04-23
std.crypto: make ff.ct_unprotected.limbsCmpLt compile (#19741)
clickingbuttons
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2023-11-22
std.crypto.ff: simplify implementation
Andrew Kelley
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-26
x86_64: add missing spills
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: disable difficult std tests and hack around more zero-bit types
Jacob Young
2023-10-21
crypto.ff: faster exponentiation with short/public exponents (#17617)
Frank Denis
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-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-05-22
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)
Frank Denis