Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
9f309fc8
Commit
9f309fc8
authored
Jul 06, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final(?) documentaton updates for the 2.5 release.
parent
801ea0ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
nettle.texinfo
nettle.texinfo
+8
-11
No files found.
nettle.texinfo
View file @
9f309fc8
...
...
@@ -7,7 +7,7 @@
@syncodeindex fn cp
@c
%**end of header
@set UPDATED-FOR 2.
3
@set UPDATED-FOR 2.
5
@set AUTHOR Niels Möller
@copying
...
...
@@ -195,9 +195,9 @@ Nettle by Andres Mejia. Released under the LGPL.
@item SALSA20
The C implementation of SALSA20 is based on D. J. Bernstein's reference
implementation, adapted to Nettle by Simon
Josefsson, and heavily
modified by Niels Möller. Assembly for x86
_
64 by
Niels Möller. Released
under the LGPL.
implementation
(in the public domain)
, adapted to Nettle by Simon
Josefsson, and heavily
modified by Niels Möller. Assembly for x86
_
64 by
Niels Möller. Released
under the LGPL.
@item SERPENT
The implementation of the SERPENT cipher is based on the code in libgcrypt,
...
...
@@ -3226,16 +3226,13 @@ make install
@end example
@noindent
to install in the default location, @file
{
/usr/local
}
. The library files
are installed in @file
{
/use/local/lib/libnettle.a
}
@file
{
/use/local/lib/libhogweed.a
}
and the include files are installed
in @file
{
/use/local/include/nettle/
}
.
to install in under the default prefix, @file
{
/usr/local
}
.
To get a list of configure options, use @code
{
./configure --help
}
.
By default,
only
static libraries are built and installed. To
also build
and install
shared libraries, use the @option
{
--
en
able-shared
}
option
to @command
{
./configure
}
.
By default,
both
static
and shared
libraries are built and installed. To
omit building the
shared libraries, use the @option
{
--
dis
able-shared
}
option
to @command
{
./configure
}
.
Using GNU make is recommended. For other make programs, in particular
BSD make, you may have to use the @option
{
--disable-dependency-tracking
}
...
...
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