Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
018d8bcd
Commit
018d8bcd
authored
Jul 04, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix file header copy&paste errors.
parent
685e67b0
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
chacha-poly1305.c
chacha-poly1305.c
+1
-1
des-compat.c
des-compat.c
+1
-1
des3.c
des3.c
+1
-1
ecc-224.c
ecc-224.c
+1
-1
ecc-256.c
ecc-256.c
+1
-1
ecc-384.c
ecc-384.c
+1
-1
gcm.c
gcm.c
+1
-1
md4.c
md4.c
+1
-1
No files found.
chacha-poly1305.c
View file @
018d8bcd
/* chacha-poly1305.
h
/* chacha-poly1305.
c
AEAD mechanism based on chacha and poly1305.
...
...
des-compat.c
View file @
018d8bcd
/* des-compat.
h
/* des-compat.
c
The des block cipher, old libdes/openssl-style interface.
...
...
des3.c
View file @
018d8bcd
/* des3.
h
/* des3.
c
Triple DES cipher. Three key encrypt-decrypt-encrypt.
...
...
ecc-224.c
View file @
018d8bcd
/* ecc-224.c
.c
/* ecc-224.c
Compile time constant (but machine dependent) tables.
...
...
ecc-256.c
View file @
018d8bcd
/* ecc-256.c
.c
/* ecc-256.c
Compile time constant (but machine dependent) tables.
...
...
ecc-384.c
View file @
018d8bcd
/* ecc-384.c
.c
/* ecc-384.c
Compile time constant (but machine dependent) tables.
...
...
gcm.c
View file @
018d8bcd
/* gcm.
h
/* gcm.
c
Galois counter mode, specified by NIST,
http://csrc.nist.gov/publications/nistpubs/800-38D/SP-800-38D.pdf
...
...
md4.c
View file @
018d8bcd
/* md4.
h
/* md4.
c
The MD4 hash function, described in RFC 1320.
...
...
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