| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also, simplify the function a bit. It's faster this way, even though
there's an additional unconditional collect() call now.
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
As preparation for an eventual rewrite of the base conversion code.
|
| |
|
|
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.
|