aboutsummaryrefslogtreecommitdiff
path: root/modules/hash_pbkdf2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move service types to their own namespace.Gravatar Sadie Powell2026-03-291-2/+2
| | | | | | | | | | | - ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them.
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-4/+4
|
* Rewrite sepstream and move to stringutils.Gravatar Sadie Powell2026-03-141-3/+3
|
* Clean up ModuleManager somewhat.Gravatar Sadie Powell2026-03-041-1/+1
|
* Rename ServiceProvider::creator to service_creator and add GetSource.Gravatar Sadie Powell2026-03-021-2/+2
|
* Massive rework of how internal service providers work.Gravatar Sadie Powell2026-03-021-11/+11
| | | | | | | | | - ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs.
* Rename ServiceProvider methods to avoid shadowing issues.Gravatar Sadie Powell2026-03-021-2/+2
|
* Add test vectors for PBKDF2-HMAC-SHA3 algorithms.Gravatar Sadie Powell2025-04-061-0/+12
|
* Fix double registration of PBKDF2 services.Gravatar Sadie Powell2025-04-061-0/+4
|
* Add more debug logging to hash_pbkdf2.Gravatar Sadie Powell2025-04-061-2/+7
|
* Rename newhash to hash now its the only option.Gravatar Sadie Powell2025-04-061-1/+1
|
* Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-061-0/+293