Skip to content

Commit 522d118

Browse files
committed
Fix typo in SCryptPasswordEncoder Javadoc
Fixes: gh-4004
1 parent ad2f999 commit 522d118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypto/src/main/java/org/springframework/security/crypto/scrypt/SCryptPasswordEncoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ public SCryptPasswordEncoder() {
7777
*
7878
* @param cpuCost
7979
* cpu cost of the algorithm (as defined in scrypt this is N).
80-
* must be power of 2 greater than 1. Default is currently 16,348
80+
* must be power of 2 greater than 1. Default is currently 16,384
8181
* or 2^14)
8282
* @param memoryCost
8383
* memory cost of the algorithm (as defined in scrypt this is r)

0 commit comments

Comments
 (0)