Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
8ce0ab12
Commit
8ce0ab12
authored
Nov 26, 2010
by
Simon Josefsson
Committed by
Niels Möller
Nov 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: nettle/ChangeLog:1.122 Rev: nettle/blowfish.c:1.4
parent
8599604b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
401 additions
and
349 deletions
+401
-349
ChangeLog
ChangeLog
+12
-7
blowfish.c
blowfish.c
+389
-342
No files found.
ChangeLog
View file @
8ce0ab12
2010-11-26 Simon Josefsson <simon@josefsson.org>
* blowfish.c: New version ported from libgcrypt. License changed
from GPL to LGPL.
2010-11-25 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (install-shared-nettle): Use INSTALL_DATA, which
...
...
@@ -12,7 +17,7 @@
* tools/misc.c (werror): Don't call exit (copy&paste-error).
2010-10-26 Niels Mller <nisse@
turmalin.hack.org
>
2010-10-26 Niels Mller <nisse@
lysator.liu.se
>
* examples/rsa-encrypt.c (main): No extra message for bad options.
...
...
@@ -23,7 +28,7 @@
bad options.
* examples/random-prime.c (main): Likewise.
2010-10-22 Niels Mller <nisse@
turmalin.hack.org
>
2010-10-22 Niels Mller <nisse@
lysator.liu.se
>
* examples/nettle-benchmark.c (main): Added long options. Deleted -?,
and fixed handling of bad options.
...
...
@@ -36,7 +41,7 @@
and fixed handling of bad options.
* tools/sexp-conv.c (parse_options): Likewise.
2010-10-06 Niels Mller <nisse@
turmalin.hack.org
>
2010-10-06 Niels Mller <nisse@
lysator.liu.se
>
* memxor.c (memxor3): Optimized.
(memxor3_common_alignment): New function.
...
...
@@ -57,14 +62,14 @@
words.
(main): Call time_overhead.
2010-10-01 Niels Mller <nisse@
turmalin.hack.org
>
2010-10-01 Niels Mller <nisse@
lysator.liu.se
>
* x86_64/camellia-crypt-internal.asm (ROUND): Reordered sbox
lookups.
* testsuite/memxor-test.c: Also test memxor3.
2010-09-30 Niels Mller <nisse@
turmalin.hack.org
>
2010-09-30 Niels Mller <nisse@
lysator.liu.se
>
* configure.ac: Link in memxor.asm, if found.
...
...
@@ -96,7 +101,7 @@
differing in where addition of the key is done.
* x86/camellia-crypt-internal.asm: Moved addition of key.
2010-09-22 Niels Mller <nisse@
turmalin.hack.org
>
2010-09-22 Niels Mller <nisse@
lysator.liu.se
>
* examples/nettle-benchmark.c (BENCH_INTERVAL): Changed unit to
seconds.
...
...
@@ -118,7 +123,7 @@
* configure.ac: Check for clock_gettime, and add -lrt to
BENCH_LIBS if needed.
2010-09-20 Niels Mller <nisse@
turmalin.hack.org
>
2010-09-20 Niels Mller <nisse@
lysator.liu.se
>
* configure.ac: Less quoting when invoking $CC, to allow CC="gcc
-m32".
...
...
blowfish.c
View file @
8ce0ab12
This diff is collapsed.
Click to expand it.
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