Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
10a857e0
Commit
10a857e0
authored
Feb 16, 2016
by
Niels Möller
Browse files
Fix typos in CBC documentation. Spotted by Zhitao He.
parent
22185d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
10a857e0
...
...
@@ -1935,7 +1935,7 @@ around.
Applies the encryption or decryption function @var
{
f
}
in @acronym
{
CBC
}
mode. The final ciphertext block processed is copied into @var
{
iv
}
before returning, so that large message be processed b
e
a sequence of
before returning, so that
a
large message
can
be processed b
y
a sequence of
calls to @code
{
cbc
_
encrypt
}
. The function @var
{
f
}
is of type
@code
{
void f (void *@var
{
ctx
}
, size
_
t @var
{
length
}
, uint8
_
t @var
{
dst
}
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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