-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
crypto pbkdf2 keylen: bits or bytes? #3415
Copy link
Copy link
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The api docs use 512 for the keylen:
But they don't mention whether the keylen is in bits or bytes.
Given the fact that it has a value of 512 I would expect it to be in bits, but the end result seems to generate a key of 512 bytes
Some clarification would be welcome