Skip to content

Commit 6a6386c

Browse files
committed
Update comment
1 parent 8847ee3 commit 6a6386c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CryptoHelper/Crypto.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class Crypto
2222
* (See also: SDL crypto guidelines v5.1, Part III)
2323
* Format: { 0x00, salt, subkey }
2424
*
25-
* Version 3: (DNX 4.5.1, 4.6 and .NET Core 5.0)
25+
* Version 3: (.NET Core)
2626
* PBKDF2 with HMAC-SHA256, 128-bit salt, 256-bit subkey, 10000 iterations.
2727
* Format: { 0x01, prf (UInt32), iter count (UInt32), salt length (UInt32), salt, subkey }
2828
* (All UInt32s are stored big-endian.)

0 commit comments

Comments
 (0)