This website requires JavaScript.
c9cc15ed08
No newline before summary, for tighter output.
main
v2.1.0
LeoVasanko
2026-01-05 16:28:52 +00:00
e62d26e4f8
Status output reworked using a new progress indicator that can share the terminal with other outputs.
LeoVasanko
2026-01-05 16:20:43 +00:00
7b483153af
Benchmark cleanup, build messages before printing as a whole.
v2.0.0
LeoVasanko
2026-01-03 21:30:19 +00:00
8380ab202e
Restore refusal to write to a TTY, lost in earlier refactoring.
LeoVasanko
2026-01-03 21:13:45 +00:00
463a6e939f
Progress display and summary formatting improved.
LeoVasanko
2026-01-03 21:04:10 +00:00
da152f5bd8
Fix regression from prior changes that broke determinism again, simplify the code to avoid that happening again.
LeoVasanko
2026-01-03 21:03:57 +00:00
1ff5037fe2
Cleaned up progress display.
LeoVasanko
2026-01-03 20:23:14 +00:00
a71bb0f0d4
Fix undeterministic output bug, clean up workers code, make prettier status messages and refactor cli/workers/stats division.
LeoVasanko
2026-01-03 20:10:14 +00:00
665966ede2
Update README.md
legacy
LeoVasanko
2026-01-03 04:46:50 +00:00
75d42cf0d5
README and screenshot.
LeoVasanko
2026-01-03 00:38:39 +00:00
f0190b7ef9
Removed mmap mode because it was consistently slower than fd and a pain to maintain. Minor code cleanuop.
LeoVasanko
2026-01-03 00:38:22 +00:00
017095df36
Miscellaneous fixed, cleanup and linting.
LeoVasanko
2026-01-02 23:51:43 +00:00
52cfcb9872
README
LeoVasanko
2026-01-02 22:38:19 +00:00
4ac1ddbe2a
Be silent when the receiver closes the pipe.
LeoVasanko
2026-01-02 22:38:05 +00:00
5747e9a183
Initial commit of v2.
LeoVasanko
2026-01-02 22:16:16 +00:00
9a3f3516c2
Fix old references to chacha20.c/h that were renamed to charandom.*.
LeoVasanko
2025-02-14 05:51:28 +00:00
5fb8af478d
Position seek/tell.
LeoVasanko
2023-12-01 02:40:29 +00:00
e9fa61177b
Remove buffer check that fails with Numpy arrays
LeoVasanko
2023-11-30 22:55:38 +00:00
160eee95b1
Update README
LeoVasanko
2023-11-29 23:43:01 +00:00
fcc6ad6d1d
Update README
LeoVasanko
2023-11-29 23:36:21 +00:00
372ea4a18d
Update README
LeoVasanko
2023-11-29 23:31:12 +00:00
46af28f19c
Fix Neon implementation.
LeoVasanko
2023-11-29 22:55:48 +00:00
e063648ecf
Fixes, tests passing.
LeoVasanko
2023-11-29 21:56:55 +00:00
0b01458a98
Add SI and binary units k/M/G/T for sizes specified via -b on CLI.
LeoVasanko
2023-11-29 19:32:16 +00:00
ed5ba3379f
Native Apple Silicon SIMD code, cleanup.
LeoVasanko
2023-11-29 19:07:44 +00:00
e081d19b2f
Missing files
LeoVasanko
2023-11-29 17:41:58 +00:00
00f504f2c5
Updated Python module, Numpy module and randquik CLI for new core.
LeoVasanko
2023-11-29 17:32:06 +00:00
236f7eedf6
Rewrite, cleanup, configurable ChaCha rounds.
LeoVasanko
2023-11-28 23:39:38 +00:00
998560f5a0
Fix compilation, still needs more work.
LeoVasanko
2023-11-22 05:43:27 +00:00
d102fa1d28
Implement Numpy BitGenerator.
LeoVasanko
2023-11-22 04:03:48 +00:00
c573505826
More Pythonic Python binding
LeoVasanko
2023-11-21 23:52:40 +00:00
749f7c227c
Add missing file for Apple compatibility.
LeoVasanko
2023-11-21 23:46:05 +00:00
d2a0433344
Benchmark for cha random too.
LeoVasanko
2023-11-21 23:45:49 +00:00
570b071d36
Make it compile and run (fairly quick) on Apple M1/M2.
LeoVasanko
2023-11-21 23:45:10 +00:00
e465d099c7
Make it compile and run (fairly quick) on Apple M1/M2.
User
2023-11-21 23:39:05 +00:00
4f42fb3447
Added Python convenience for different nonce sizes. Statistical tests of output randomness.
LeoVasanko
2023-10-29 12:17:05 +00:00
baf3ef31a5
Test our implementation against Cryptography module's
LeoVasanko
2023-10-29 10:59:32 +00:00
8e38985bf8
Hunting a bug that causes test failure
LeoVasanko
2023-10-28 23:02:13 +00:00
a0b55bc406
Docs
LeoVasanko
2023-10-28 18:44:59 +00:00
8acebc571e
More cleanup
LeoVasanko
2023-10-28 18:42:46 +00:00
b4fd8c29ff
Python module with Numpy BitGenerator to integrate with np.random, and other Python use.
LeoVasanko
2023-10-28 18:42:34 +00:00
a4b75a3bfe
Renamed files.
LeoVasanko
2023-10-28 16:26:14 +00:00
fe80552d6b
Refactor
LeoVasanko
2023-10-28 16:24:18 +00:00
ab67daf050
Fixed cha vectorized algorithms
LeoVasanko
2023-10-28 16:22:51 +00:00
a6daac4ce6
Arrayized the variables, no change in performance but a lot less code.
LeoVasanko
2023-10-28 15:23:30 +00:00
771212029f
Code formatting, refactoring and fixes.
LeoVasanko
2023-10-28 15:15:41 +00:00
44551920fa
README
LeoVasanko
2023-10-28 11:58:06 +00:00
720f60ed71
README
LeoVasanko
2023-10-28 11:22:12 +00:00
6972c0a8b2
README
LeoVasanko
2023-10-28 11:21:22 +00:00
3deea0c962
Initial commit
LeoVasanko
2023-10-28 10:51:13 +00:00