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
/
p256.zig
Age
Commit message (
Expand
)
Author
2025-05-05
std: fix compile errors in `std.crypto.ecc` (#23797)
HydroH
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-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-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-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-06-29
std.crypto.{p256,p384}: process the top nibble in mulDoubleBasePublic (#11956)
Frank Denis
2022-05-31
crypto: add support for the NIST P-384 curve (#11735)
Frank Denis
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
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-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-05
std: fix compile errors found by stage2
Andrew Kelley
2021-05-01
std.crypto: add support for the NIST P-256 curve (#8627)
Frank Denis