Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
0209c5f4
Commit
0209c5f4
authored
Nov 29, 2012
by
Niels Möller
Browse files
Typo fix.
parent
e67b8b3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
0209c5f4
...
...
@@ -2194,7 +2194,7 @@ desired derived output length @var{length}. The output buffer is
@var
{
dst
}
which must have room for at least @var
{
length
}
octets.
@end deftypefun
Like for CBC and HMAC, there is a macro
s
to help use the function
s
Like for CBC and HMAC, there is a macro to help use the function
correctly.
@deffn Macro PBKDF2 (@var
{
ctx
}
, @var
{
update
}
, @var
{
digest
}
, @var
{
digest
_
size
}
, @var
{
iterations
}
, @var
{
salt
_
length
}
, @var
{
salt
}
, @var
{
length
}
, @var
{
dst
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment