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
Wim Lewis
nettle
Commits
bf9d18c7
Commit
bf9d18c7
authored
Oct 19, 2004
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/nettle/.cvsignore:1.16 Rev: src/nettle/ChangeLog:1.280
parent
4de62d4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
.cvsignore
View file @
bf9d18c7
*.d
*.po
*.s
*.tar.gz
*.tar.gz.asc
*.d
*.po
.lib
Makefile
aesdata
...
...
@@ -12,6 +12,7 @@ config.h
config.h.in
config.log
config.m4
config.make
config.status
configure
desdata
...
...
.gitignore
View file @
bf9d18c7
...
...
@@ -30,11 +30,11 @@ _$*
*.elc
*.ln
core
/*.d
/*.po
/*.s
/*.tar.gz
/*.tar.gz.asc
/*.d
/*.po
/.lib
/Makefile
/aesdata
...
...
@@ -44,6 +44,7 @@ core
/config.h.in
/config.log
/config.m4
/config.make
/config.status
/configure
/desdata
...
...
ChangeLog
View file @
bf9d18c7
2004-10-19 Niels Mller <nisse@lysator.liu.se>
Stop using automake. Replaced each Makefile.am with a hand-written
Makefile.in.
* configure.ac: New output variable CCPIC_MAYBE. New output file
config.make. Replaced automake constructions.
* .bootstrap: Don't run aclocal and automake.
* config.make.in: New file, with shared Makefile variables and rules.
2004-10-18 Niels Mller <nisse@lysator.liu.se>
* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replace incb ->
incl + andl, to improve speed on PPro and PII. Suggested by
Fredrik Olsson.
2004-10-08 Niels Mller <niels@s3.kth.se>
* examples/rsa-encrypt-test: Avoid reading and executing a file at
...
...
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