Commit Graph
88 Commits
Author SHA1 Message Date
Sylvestre Ledru f6894a6e82 fix the warnings with - cargo test --no-default-features 2026-02-18 21:27:58 +01:00
Sylvestre Ledru cf3c8f343b fix another clippy warning 2026-02-18 21:15:09 +01:00
Sylvestre Ledru 3704abf843 clippy: fix the more complex warnings 2026-02-18 21:09:06 +01:00
Sylvestre Ledru 0369f28e0d clippy: fix the obvious warnings 2026-02-18 21:02:25 +01:00
Sylvestre Ledru a3186d0944 run rustfmt on the code 2026-02-18 20:43:00 +01:00
Sylvestre Ledru 48c099b7bb fix clippy warnings:
Fixed with:
`
cargo clippy --fix --allow-dirty  -- -W clippy::pedantic
`
2026-02-18 20:43:00 +01:00
Jacob 60eb5ba5f9 Fix safe prime generation 2024-05-07 00:09:56 +08:00
Jacob 53e3fe03eb Change expect() to unwrap() 2024-05-06 23:54:42 +08:00
Robin Hundt 896ceaef27 Update lru dependency 2024-02-06 15:53:30 +01:00
Jacob Zhong f66fe121e5 Disable 32bit table when big-table is not enabled 2022-10-12 11:32:25 -04:00
Jacob Zhong 85292ccf36 Add related tests 2022-10-12 11:06:27 -04:00
aedoq 3218996df9 Fix bug in hashing function for 32bit primality test 2022-10-12 13:42:54 +02:00
Jacob Zhong c9ad6e71d6 Fix the sieving bug 2022-10-09 18:15:20 -04:00
Jacob Zhong 0752505755 Change the prime table (fix #5) 2022-09-18 12:21:17 -04:00
Jacob Zhong 49519f4f4a Update num-modular version 2022-05-23 21:24:21 -04:00
Jacob Zhong 9f3dc9496f Cargo fmt 2022-05-01 09:54:17 -04:00
Jacob Zhong 8f04de3270 Refactor factorization API 2022-05-01 09:27:32 -04:00
Jacob Zhong a5e3a6a7ac Minor improvements 2022-05-01 07:24:53 -04:00
Jacob Zhong bbad5f5dbf Change bound for factorization methods 2022-05-01 06:54:49 -04:00
Jacob Zhong d1a6719856 Try profiling 2022-04-30 23:39:01 -04:00
Jacob Zhong e28e86967b Refactor random prime gen 2022-04-30 20:31:38 -04:00
Jacob Zhong 628c582805 Minor fix 2022-04-30 12:17:32 -04:00
Jacob Zhong dffeaa7711 Improve SQUFOF 2022-04-30 11:32:50 -04:00
Jacob Zhong d9962d5781 Improve API of factor methods 2022-04-29 10:52:00 -04:00
Jacob Zhong e66a8e6460 Improve pollard rho and bump version 2022-04-28 12:54:59 -04:00