Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
9f309fc8
Commit
9f309fc8
authored
Jul 6, 2012
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Final(?) documentaton updates for the 2.5 release.
parent
801ea0ed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
nettle.texinfo
+8
-11
8 additions, 11 deletions
nettle.texinfo
with
8 additions
and
11 deletions
nettle.texinfo
+
8
−
11
View file @
9f309fc8
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@syncodeindex fn cp
@syncodeindex fn cp
@c
%**end of header
@c
%**end of header
@set UPDATED-FOR 2.
3
@set UPDATED-FOR 2.
5
@set AUTHOR Niels Möller
@set AUTHOR Niels Möller
@copying
@copying
...
@@ -195,9 +195,9 @@ Nettle by Andres Mejia. Released under the LGPL.
...
@@ -195,9 +195,9 @@ Nettle by Andres Mejia. Released under the LGPL.
@item SALSA20
@item SALSA20
The C implementation of SALSA20 is based on D. J. Bernstein's reference
The C implementation of SALSA20 is based on D. J. Bernstein's reference
implementation, adapted to Nettle by Simon
Josefsson, and heavily
implementation
(in the public domain)
, adapted to Nettle by Simon
modified by Niels Möller. Assembly for x86
_
64 by
Niels Möller. Released
Josefsson, and heavily
modified by Niels Möller. Assembly for x86
_
64 by
under the LGPL.
Niels Möller. Released
under the LGPL.
@item SERPENT
@item SERPENT
The implementation of the SERPENT cipher is based on the code in libgcrypt,
The implementation of the SERPENT cipher is based on the code in libgcrypt,
...
@@ -3226,16 +3226,13 @@ make install
...
@@ -3226,16 +3226,13 @@ make install
@end example
@end example
@noindent
@noindent
to install in the default location, @file
{
/usr/local
}
. The library files
to install in under the default prefix, @file
{
/usr/local
}
.
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 get a list of configure options, use @code
{
./configure --help
}
.
To get a list of configure options, use @code
{
./configure --help
}
.
By default,
only
static libraries are built and installed. To
also build
By default,
both
static
and shared
libraries are built and installed. To
and install
shared libraries, use the @option
{
--
en
able-shared
}
option
omit building the
shared libraries, use the @option
{
--
dis
able-shared
}
to @command
{
./configure
}
.
option
to @command
{
./configure
}
.
Using GNU make is recommended. For other make programs, in particular
Using GNU make is recommended. For other make programs, in particular
BSD make, you may have to use the @option
{
--disable-dependency-tracking
}
BSD make, you may have to use the @option
{
--disable-dependency-tracking
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment