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
Age
Commit message (
Expand
)
Author
2022-08-09
std: add workaround for stage2 bug
Veikka Tuominen
2022-08-03
crypto.sign.ed25519: include a context string in blind key signatures (#12316)
Frank Denis
2022-07-08
crypto.sign.ed25519: add support for blind key signatures (#11868)
Frank Denis
2022-06-29
std/crypto/{25519,pcurves}: make the scalar field order public (#11955)
Frank Denis
2022-06-27
std.crypto.25519.field: avoid excessive inlining
Andrew Kelley
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-05-10
Typo
Frank Denis
2022-05-03
edwards25519 fixes (#11568)
Frank Denis
2022-04-07
crypto/x25519: implement clearCofactor() (#11355)
Frank Denis
2022-01-24
std.crypto.25519.scalar: implement edwards25519 scalar field inversion
Frank Denis
2021-12-27
crypto/edwards25519: faster point decompression
Frank Denis
2021-11-08
crypto/edwards25519: correctly flip the Y sign in the H2C operation
Frank Denis
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
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-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
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-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-04-30
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
x: comptime bool -> comptime x: bool (#8639)
Frank Denis
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-26
25519: remove unused const, safeguard against unreduced scalars (#8624)
Frank Denis
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
ed25519: use double-base multiplication for signature verification
Frank Denis
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
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-21
std: Add more error checking in hexToBytes
LemonBoy
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2020-12-31
Year++
Frank Denis
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-11-25
std/crypto - edwards25519 precomp: prefer doublings over adds
Frank Denis
2020-11-17
std/crypto: use NAF for multi-scalar edwards25519 multiplication
Frank Denis
2020-11-17
std/crypto: implement the Hash-To-Curve standard for Edwards25519
Frank Denis
2020-10-29
std/crypto/x25519: return encoded points directly + ed->mont map
Frank Denis
2020-10-25
Move ed25519 key pairs to a KeyPair structure
Frank Denis
2020-10-25
Add (X)Salsa20 and NaCl boxes
Frank Denis
2020-10-22
Implement multiscalar edwards25519 point multiplication
Frank Denis
2020-10-22
Support variable-time edwards25519 scalar multiplication
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-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-10-15
std/crypto/25519: do cofactored ed25519 verification
Frank Denis
[next]