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
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
36c10de7
Commit
36c10de7
authored
15 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated Nettle README file.
Rev: nettle/README:1.2
parent
e997f88b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+5
-5
5 additions, 5 deletions
README
with
5 additions
and
5 deletions
README
+
5
−
5
View file @
36c10de7
...
@@ -14,15 +14,15 @@ What is Nettle? A quote from the introduction in the Nettle Manual:
...
@@ -14,15 +14,15 @@ What is Nettle? A quote from the introduction in the Nettle Manual:
cryptographic libraries around.
cryptographic libraries around.
Nettle tries to avoid this problem by doing one thing, the low-level
Nettle tries to avoid this problem by doing one thing, the low-level
crypto stuff, and providing a
@emph{
simple
}
but general interface to it.
crypto stuff, and providing a simple but general interface to it.
In particular, Nettle doesn't do algorithm selection. It doesn't do
In particular, Nettle doesn't do algorithm selection. It doesn't do
memory allocation. It doesn't do any I/O.
memory allocation. It doesn't do any I/O.
The idea is that one can build several application and context specific
The idea is that one can build several application and context specific
interfaces on top of Nettle, and share the code, testcases, benchmarks,
interfaces on top of Nettle, and share the code, test
cases, benchmarks,
documentation, etc.
For this first version, the only application using
documentation, etc.
Examples are the Nettle module for the Pike
Nettle is LSH, and it
use
s
an object-oriented abstraction on top
of the
language, and LSH, which both
use an object-oriented abstraction on top
library.
of the
library.
Nettle is free software; you can redistribute it and/or modify it under
Nettle is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free
...
...
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