Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
0ce1de9e
Commit
0ce1de9e
authored
Dec 20, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed disinformation about VAXen.
Rev: src/symmetric/blowfish.c:1.3
parent
c9515171
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
blowfish.c
blowfish.c
+2
-2
No files found.
blowfish.c
View file @
0ce1de9e
...
...
@@ -254,8 +254,8 @@ function_F( BLOWFISH_context *bc, u32 x )
unsigned
a
,
b
,
c
,
d
;
/* FIXME: I don't quite like this hack. It assumes that the byteorder
* is plain big or little endian (and for instance not
VAX
-ish), and
* that
u32 are exactly 32 bits large
(while the autoconf stuff only
* is plain big or little endian (and for instance not
PDP
-ish), and
* that
a u32 is exactly 32 bits
(while the autoconf stuff only
* guarantees that it is *at least* 32 bits).
*
* On the other hand, taking the address of x makes it difficult to
...
...
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