mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix typo in SCryptPasswordEncoder Javadoc
Fixes: gh-4004
This commit is contained in:
parent
ad2f999c25
commit
522d118aca
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2017 the original author or authors.
|
* Copyright 2002-2019 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -77,7 +77,7 @@ public class SCryptPasswordEncoder implements PasswordEncoder {
|
|||||||
*
|
*
|
||||||
* @param cpuCost
|
* @param cpuCost
|
||||||
* cpu cost of the algorithm (as defined in scrypt this is N).
|
* cpu cost of the algorithm (as defined in scrypt this is N).
|
||||||
* must be power of 2 greater than 1. Default is currently 16,348
|
* must be power of 2 greater than 1. Default is currently 16,384
|
||||||
* or 2^14)
|
* or 2^14)
|
||||||
* @param memoryCost
|
* @param memoryCost
|
||||||
* memory cost of the algorithm (as defined in scrypt this is r)
|
* memory cost of the algorithm (as defined in scrypt this is r)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user