Skip to content

Remove unused argument from crypto_kdf#37

Open
christianbundy wants to merge 1 commit intosodium-friends:masterfrom
christianbundy:remove-unused-end
Open

Remove unused argument from crypto_kdf#37
christianbundy wants to merge 1 commit intosodium-friends:masterfrom
christianbundy:remove-unused-end

Conversation

@christianbundy
Copy link
Contributor

Problem: We're passing an extra argument, which looks like it's using
the method signature for TypedArray.prototype.subarray(), which gives
you the option of setting the end of the array. Since this method
doesn't give us an optional third parameter the argument is being
ignored.

Solution: Remove the unused argument.

Problem: We're passing an extra argument, which looks like it's using
the method signature for `TypedArray.prototype.subarray()`, which gives
you the option of setting the end of the array. Since this method
doesn't give us an optional third parameter the argument is being
ignored.

Solution: Remove the unused argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant