Commit Graph

27 Commits

Author SHA1 Message Date
a28cb7d2f9 Upgrade dependencies 2026-03-12 11:32:31 +01:00
8fab26a476 Fix algorithm name in README 2026-02-19 12:57:36 +01:00
2aed836e67 Upgrade dependencies
All checks were successful
/ test (pull_request) Successful in 32s
2026-02-19 12:46:41 +01:00
2ae6fda70e implement xoshiro256++ and xoshiro256**
All checks were successful
/ test (pull_request) Successful in 38s
2026-01-30 15:16:48 +01:00
2c6fe0a7d9 further optimize HMAC-DRBG 2026-01-30 15:10:04 +01:00
89e7569fa7 split ci
All checks were successful
/ test (pull_request) Successful in 37s
2026-01-30 13:43:33 +01:00
0f890c923c implement optimizations 2026-01-30 13:41:43 +01:00
7144c21074 improve ci
All checks were successful
/ test (push) Successful in 3m52s
/ publish (push) Has been skipped
2026-01-13 18:07:23 +01:00
517b58a3df update README
small rewording, link wikipedia article
2025-12-14 14:41:30 +01:00
a5c54ed16c replace IllegalArgumentException with require 2025-12-14 00:17:29 +01:00
f3a2e18d2e fix README 2025-12-13 23:52:51 +01:00
20d031fba6 update README 2025-12-13 23:51:23 +01:00
d4be1689e2 optimize nextBytes() 2025-12-13 23:51:08 +01:00
3effa09602 fix workflow
All checks were successful
/ publish (push) Successful in 2m59s
2025-12-13 01:29:54 +01:00
55c628def9 use common plugin
Some checks failed
/ publish (push) Failing after 1m17s
2025-12-13 01:19:11 +01:00
a8a8ea940c bump version to 1.2.0
All checks were successful
/ publish (push) Successful in 2m35s
2025-11-10 18:52:59 +01:00
feecfa49b9 refactor, implement LCG
LCG ... Linear Congruential Generator
2025-11-10 18:52:19 +01:00
7db8972e27 bump version to 1.1.0
All checks were successful
/ publish (push) Successful in 5m28s
2025-10-04 12:41:52 +02:00
55658f2b24 add README 2025-10-04 12:40:38 +02:00
08919cc9de upgrade gradle wrapper 2025-08-16 21:27:07 +02:00
150f37649d fix parameter name 2025-08-04 13:29:10 +02:00
02eaa9ec59 implement seed 2025-08-04 13:28:08 +02:00
9480d02021 small refactor 2025-08-03 00:22:16 +02:00
f6f9625cf2 enable passing hash function to HMAC PRNG 2025-08-03 00:12:34 +02:00
a606a62eb4 update dependencies
All checks were successful
/ publish (push) Successful in 3m35s
2025-07-24 20:59:39 +02:00
de4c18afe3 implement HMAC PRNG 2025-07-24 20:51:31 +02:00
abd9ff96f1 initial commit 2025-07-24 20:49:21 +02:00