Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing HTTPS in repo urlHEADv0.2.3main | Andreas Grois | 2025-08-31 | 1 | -2/+2 |
| | |||||
* | Version 0.2.2: Update Repository URLv0.2.2 | Andreas Grois | 2025-08-31 | 1 | -2/+2 |
| | |||||
* | Make strum an optional dependency. | Andreas Grois | 2024-06-01 | 1 | -2/+5 |
| | | | | To enable it, enable the "strum" feature flag. | ||||
* | Added Enum macros for GUI | Torsten Sadowski | 2024-05-21 | 1 | -2/+2 |
| | |||||
* | Minor: Restore compatibility with Rust 1.52v0.2.1 | Andreas Grois | 2023-01-21 | 1 | -1/+1 |
| | |||||
* | Add benchmark for HMAC code. | Andreas Grois | 2023-01-20 | 1 | -0/+4 |
| | | | | | Also, simplify the function a bit. It's faster this way, even though there's an additional unconditional collect() call now. | ||||
* | Increment version to 0.2.0 | Andreas Grois | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' into feature/heap-allocation-free-base-conversion | Andreas Grois | 2022-10-25 | 1 | -1/+2 |
|\ | |||||
| * | Minor: Update description in Cargo.tomlv0.1.0 | Andreas Grois | 2022-10-25 | 1 | -1/+2 |
| | | |||||
* | | Add precomputed constants for common cases. | Andreas Grois | 2022-10-23 | 1 | -0/+5 |
| | | | | | | | | | | | | There are now 2 features that control the amount of precomputed constants. They can either be 0, 12, or 256. Most users will likely want to go with the 12, so this is the default feature. | ||||
* | | Merge branch 'main' into feature/heap-allocation-free-base-conversion | Andreas Grois | 2022-10-20 | 1 | -2/+14 |
|\| | |||||
| * | Group Benchmarks, and make parameters more sane. | Andreas Grois | 2022-10-20 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | The previous parameters for benchmarks were based on gut-feeling. Now each hash-length has 3 benchmarks: - Typical is a typical user input - Max Divisions is a full generate_password_part run - Worst Case is the worst user input possible: Base 2. | ||||
* | | Add many-numbers test for long division. | Andreas Grois | 2022-10-19 | 1 | -0/+2 |
|/ | |||||
* | Add simple benchmarks. | Andreas Grois | 2022-10-13 | 1 | -1/+6 |
| | | | | As preparation for an eventual rewrite of the base conversion code. | ||||
* | Add first integration test. | Andreas Grois | 2022-10-09 | 1 | -1/+7 |
| | |||||
* | Initial Commit: PasswordMaker itself. | Andreas Grois | 2022-10-09 | 1 | -0/+19 |
It's compiling, and the public interface is semi-OK now. The internals are still a bit gory, but they'll likely see an iteartion later on anyhow. |