Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
6cfa2835
Commit
6cfa2835
authored
May 06, 2004
by
Nick Mathewson
🎨
Browse files
Fix bug in stream position adjustment
svn:r1801
parent
ebe8fa0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/aes.c
View file @
6cfa2835
...
...
@@ -57,7 +57,6 @@ _aes_fill_buf(aes_cnt_cipher_t *cipher)
buf
[
8
]
=
(
counter1
>>
24
)
&
0xff
;
rijndaelEncrypt
(
cipher
->
rk
,
cipher
->
nr
,
buf
,
cipher
->
buf
);
cipher
->
pos
=
0
;
}
aes_cnt_cipher_t
*
...
...
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