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
Brian Smith
nettle
Commits
381f7ceb
Commit
381f7ceb
authored
Jul 02, 2005
by
Niels Möller
Browse files
(Cipher functions): Fixed typo in prototype for
arctwo_encrypt (noticed by Adam Langley). Rev: src/nettle/nettle.texinfo:1.30
parent
97dc9006
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
381f7ceb
...
...
@@ -696,7 +696,7 @@ Initialize the cipher. The same function is used for both encryption and
decryption.
@end deftypefun
@deftypefun void arcfour
_
crypt (struct arcfour
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
key
}
)
@deftypefun void arcfour
_
crypt (struct arcfour
_
ctx *@var
{
ctx
}
, unsigned @var
{
length
}
, const uint8
_
t *@var
{
dst
}
, uint8
_
t *@var
{
src
}
)
Encrypt some data. The same function is used for both encryption and
decryption. Unlike the block ciphers, this function modifies the
context, so you can split the data into arbitrary chunks and encrypt
...
...
Write
Preview
Supports
Markdown
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