doc: remove test preset specification

This commit is contained in:
Jussi 2024-11-09 16:29:55 +02:00
parent ec315e34c5
commit 4ee24eb9bd

View file

@ -68,7 +68,6 @@ hash = Argon2.hash_password("secure_password123", "strong")
Preset specifications: Preset specifications:
- OWASP: m=19456 KiB, t=2, p=1 - OWASP: m=19456 KiB, t=2, p=1
- Strong: m=65540 KiB, t=3, p=4 - Strong: m=65540 KiB, t=3, p=4
- Test: m=1024 KiB, t=1, p=1 (Useful for testing)
### Benchmarking ### Benchmarking