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
/
pcurves
Age
Commit message (
Expand
)
Author
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-05-05
std: fix compile errors in `std.crypto.ecc` (#23797)
HydroH
2025-03-02
crypto.pcurves.common: generalize invert() (#23039)
Frank Denis
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-04-14
std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644)
Frank Denis
2024-03-11
std.crypto.pcurves fixes (#19245)
Frank Denis
2024-02-12
x86_64: implement `@byteSwap` of big integers
Jacob Young
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
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: fix bugs and disable erroring tests
Jacob Young
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
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-06-13
crypto.pcurves: don't assume that points with X=0 are at infinity (#16017)
Frank Denis
2023-05-21
std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734)
Chris Heyes
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-14
secp256k1: Endormorphism.splitScalar() can return an error (#15270)
Frank Denis
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-06-29
std.crypto.ecc: add support for the secp256k1 curve (#11880)
Frank Denis
2022-06-29
std/crypto/{25519,pcurves}: make the scalar field order public (#11955)
Frank Denis
2022-06-29
std.crypto.{p256,p384}: process the top nibble in mulDoubleBasePublic (#11956)
Frank Denis
2022-06-13
crypto/pcurves: compute constants for inversion at comptime (#11780)
Frank Denis
2022-05-31
crypto: add support for the NIST P-384 curve (#11735)
Frank Denis
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-01-28
std: break up some long lines
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-10
Fix compile error for p256 scalar arithmetic (#9715)
Luuk de Gram
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
std.crypto.p256: fix neg function compile error
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-14
replace usage of meta.cast with builtins
Veikka Tuominen
2021-06-01
std.crypto.p256.scalar: fe struct member is not a function (#8954)
Frank Denis
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-12
std: fix redundant comptime keywords
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-09
p256: properly handle neutral element & add AffineCoordinates struct (#8718)
Frank Denis
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-05-05
std: fix compile errors found by stage2
Andrew Kelley
[next]