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
a16dd13f
Commit
a16dd13f
authored
Feb 18, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Converted files to utf-8.
parent
f12fdc75
Changes
199
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
199 changed files
with
670 additions
and
670 deletions
+670
-670
ChangeLog
ChangeLog
+448
-448
README
README
+1
-1
aes-decrypt-internal.c
aes-decrypt-internal.c
+1
-1
aes-decrypt.c
aes-decrypt.c
+1
-1
aes-encrypt-internal.c
aes-encrypt-internal.c
+1
-1
aes-encrypt-table.c
aes-encrypt-table.c
+1
-1
aes-encrypt.c
aes-encrypt.c
+1
-1
aes-internal.h
aes-internal.h
+1
-1
aes-meta.c
aes-meta.c
+1
-1
aes-set-decrypt-key.c
aes-set-decrypt-key.c
+1
-1
aes-set-encrypt-key.c
aes-set-encrypt-key.c
+1
-1
aes.h
aes.h
+1
-1
arcfour-crypt.c
arcfour-crypt.c
+1
-1
arcfour-meta.c
arcfour-meta.c
+1
-1
arcfour.c
arcfour.c
+1
-1
arcfour.h
arcfour.h
+1
-1
arctwo.c
arctwo.c
+2
-2
arctwo.h
arctwo.h
+1
-1
asn1.h
asn1.h
+1
-1
base16-decode.c
base16-decode.c
+1
-1
base16-encode.c
base16-encode.c
+1
-1
base16-meta.c
base16-meta.c
+1
-1
base16.h
base16.h
+1
-1
base64-decode.c
base64-decode.c
+1
-1
base64-encode.c
base64-encode.c
+1
-1
base64-meta.c
base64-meta.c
+1
-1
base64.h
base64.h
+1
-1
bignum-next-prime.c
bignum-next-prime.c
+1
-1
bignum-random-prime.c
bignum-random-prime.c
+1
-1
bignum-random.c
bignum-random.c
+1
-1
bignum.c
bignum.c
+1
-1
bignum.h
bignum.h
+1
-1
blowfish.h
blowfish.h
+1
-1
buffer-init.c
buffer-init.c
+1
-1
buffer.c
buffer.c
+1
-1
buffer.h
buffer.h
+1
-1
camellia-crypt-internal.c
camellia-crypt-internal.c
+1
-1
camellia-crypt.c
camellia-crypt.c
+1
-1
camellia-internal.h
camellia-internal.h
+1
-1
camellia-meta.c
camellia-meta.c
+1
-1
camellia-set-decrypt-key.c
camellia-set-decrypt-key.c
+1
-1
camellia-set-encrypt-key.c
camellia-set-encrypt-key.c
+1
-1
camellia-table.c
camellia-table.c
+1
-1
camellia.h
camellia.h
+1
-1
cast128-meta.c
cast128-meta.c
+1
-1
cast128.c
cast128.c
+1
-1
cast128.h
cast128.h
+1
-1
cbc.c
cbc.c
+1
-1
cbc.h
cbc.h
+1
-1
ctr.c
ctr.c
+1
-1
ctr.h
ctr.h
+1
-1
der-iterator.c
der-iterator.c
+1
-1
der2dsa.c
der2dsa.c
+1
-1
der2rsa.c
der2rsa.c
+1
-1
des-compat.c
des-compat.c
+1
-1
des-compat.h
des-compat.h
+1
-1
des.c
des.c
+1
-1
des.h
des.h
+2
-2
des3.c
des3.c
+1
-1
dsa-keygen.c
dsa-keygen.c
+1
-1
dsa-sha1-sign.c
dsa-sha1-sign.c
+1
-1
dsa-sha1-verify.c
dsa-sha1-verify.c
+1
-1
dsa-sha256-sign.c
dsa-sha256-sign.c
+1
-1
dsa-sha256-verify.c
dsa-sha256-verify.c
+1
-1
dsa-sign.c
dsa-sign.c
+1
-1
dsa-verify.c
dsa-verify.c
+1
-1
dsa.c
dsa.c
+1
-1
dsa.h
dsa.h
+1
-1
dsa2sexp.c
dsa2sexp.c
+1
-1
examples/eratosthenes.c
examples/eratosthenes.c
+1
-1
examples/io.c
examples/io.c
+1
-1
examples/io.h
examples/io.h
+1
-1
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+1
-1
examples/nettle-openssl.c
examples/nettle-openssl.c
+1
-1
examples/next-prime.c
examples/next-prime.c
+1
-1
examples/random-prime.c
examples/random-prime.c
+1
-1
examples/rsa-decrypt.c
examples/rsa-decrypt.c
+1
-1
examples/rsa-encrypt.c
examples/rsa-encrypt.c
+1
-1
examples/rsa-keygen.c
examples/rsa-keygen.c
+1
-1
examples/rsa-sign.c
examples/rsa-sign.c
+1
-1
examples/rsa-verify.c
examples/rsa-verify.c
+1
-1
hmac-md5.c
hmac-md5.c
+1
-1
hmac-sha1.c
hmac-sha1.c
+1
-1
hmac-sha224.c
hmac-sha224.c
+1
-1
hmac-sha256.c
hmac-sha256.c
+1
-1
hmac-sha384.c
hmac-sha384.c
+1
-1
hmac-sha512.c
hmac-sha512.c
+1
-1
hmac.c
hmac.c
+1
-1
hmac.h
hmac.h
+1
-1
index.html
index.html
+1
-1
knuth-lfib.c
knuth-lfib.c
+1
-1
knuth-lfib.h
knuth-lfib.h
+1
-1
macros.h
macros.h
+2
-2
md2-meta.c
md2-meta.c
+1
-1
md2.c
md2.c
+2
-2
md2.h
md2.h
+1
-1
md4-meta.c
md4-meta.c
+1
-1
md4.c
md4.c
+1
-1
md4.h
md4.h
+1
-1
md5-compat.c
md5-compat.c
+1
-1
md5-compat.h
md5-compat.h
+1
-1
md5-compress.c
md5-compress.c
+2
-2
md5-meta.c
md5-meta.c
+1
-1
md5.c
md5.c
+2
-2
md5.h
md5.h
+1
-1
memxor.c
memxor.c
+1
-1
nettle-internal.c
nettle-internal.c
+1
-1
nettle-internal.h
nettle-internal.h
+1
-1
nettle-meta.h
nettle-meta.h
+1
-1
nettle-types.h
nettle-types.h
+1
-1
nettle-write.h
nettle-write.h
+1
-1
nettle.texinfo
nettle.texinfo
+18
-18
pgp-encode.c
pgp-encode.c
+1
-1
pgp.h
pgp.h
+1
-1
pkcs1-rsa-md5.c
pkcs1-rsa-md5.c
+1
-1
pkcs1-rsa-sha1.c
pkcs1-rsa-sha1.c
+1
-1
pkcs1-rsa-sha256.c
pkcs1-rsa-sha256.c
+1
-1
pkcs1-rsa-sha512.c
pkcs1-rsa-sha512.c
+1
-1
pkcs1.c
pkcs1.c
+1
-1
pkcs1.h
pkcs1.h
+1
-1
realloc.c
realloc.c
+1
-1
realloc.h
realloc.h
+1
-1
rsa-compat.c
rsa-compat.c
+1
-1
rsa-compat.h
rsa-compat.h
+1
-1
rsa-decrypt.c
rsa-decrypt.c
+1
-1
rsa-encrypt.c
rsa-encrypt.c
+1
-1
rsa-keygen.c
rsa-keygen.c
+1
-1
rsa-md5-sign.c
rsa-md5-sign.c
+1
-1
rsa-md5-verify.c
rsa-md5-verify.c
+1
-1
rsa-sha1-sign.c
rsa-sha1-sign.c
+1
-1
rsa-sha1-verify.c
rsa-sha1-verify.c
+1
-1
rsa-sha256-sign.c
rsa-sha256-sign.c
+1
-1
rsa-sha256-verify.c
rsa-sha256-verify.c
+1
-1
rsa-sha512-sign.c
rsa-sha512-sign.c
+1
-1
rsa-sha512-verify.c
rsa-sha512-verify.c
+1
-1
rsa-sign.c
rsa-sign.c
+1
-1
rsa-verify.c
rsa-verify.c
+1
-1
rsa.c
rsa.c
+1
-1
rsa.h
rsa.h
+1
-1
rsa2openpgp.c
rsa2openpgp.c
+1
-1
rsa2sexp.c
rsa2sexp.c
+1
-1
serpent-decrypt.c
serpent-decrypt.c
+1
-1
serpent-meta.c
serpent-meta.c
+1
-1
serpent.h
serpent.h
+1
-1
sexp-format.c
sexp-format.c
+1
-1
sexp-transport-format.c
sexp-transport-format.c
+1
-1
sexp-transport.c
sexp-transport.c
+1
-1
sexp.c
sexp.c
+1
-1
sexp.h
sexp.h
+1
-1
sexp2bignum.c
sexp2bignum.c
+1
-1
sexp2dsa.c
sexp2dsa.c
+1
-1
sexp2rsa.c
sexp2rsa.c
+1
-1
sha.h
sha.h
+1
-1
sha1-compress.c
sha1-compress.c
+1
-1
sha1-meta.c
sha1-meta.c
+1
-1
sha1.c
sha1.c
+1
-1
sha224-meta.c
sha224-meta.c
+1
-1
sha256-compress.c
sha256-compress.c
+1
-1
sha256-meta.c
sha256-meta.c
+1
-1
sha256.c
sha256.c
+1
-1
sha384-meta.c
sha384-meta.c
+1
-1
sha512-compress.c
sha512-compress.c
+1
-1
sha512-meta.c
sha512-meta.c
+1
-1
sha512.c
sha512.c
+1
-1
sparc32/aes-decrypt-internal.asm
sparc32/aes-decrypt-internal.asm
+1
-1
sparc32/aes-encrypt-internal.asm
sparc32/aes-encrypt-internal.asm
+1
-1
sparc32/arcfour-crypt.asm
sparc32/arcfour-crypt.asm
+1
-1
sparc64/aes-decrypt-internal.asm
sparc64/aes-decrypt-internal.asm
+1
-1
sparc64/aes-encrypt-internal.asm
sparc64/aes-encrypt-internal.asm
+1
-1
sparc64/arcfour-crypt.asm
sparc64/arcfour-crypt.asm
+1
-1
testsuite/arctwo-test.c
testsuite/arctwo-test.c
+1
-1
tools/input.c
tools/input.c
+1
-1
tools/input.h
tools/input.h
+1
-1
tools/misc.c
tools/misc.c
+2
-2
tools/misc.h
tools/misc.h
+1
-1
tools/nettle-lfib-stream.c
tools/nettle-lfib-stream.c
+1
-1
tools/output.c
tools/output.c
+1
-1
tools/output.h
tools/output.h
+1
-1
tools/parse.c
tools/parse.c
+1
-1
tools/parse.h
tools/parse.h
+1
-1
tools/pkcs1-conv.c
tools/pkcs1-conv.c
+1
-1
tools/sexp-conv.c
tools/sexp-conv.c
+1
-1
twofish-meta.c
twofish-meta.c
+1
-1
twofish.c
twofish.c
+1
-1
twofish.h
twofish.h
+1
-1
write-be32.c
write-be32.c
+1
-1
x86/aes-decrypt-internal.asm
x86/aes-decrypt-internal.asm
+1
-1
x86/aes-encrypt-internal.asm
x86/aes-encrypt-internal.asm
+1
-1
x86/arcfour-crypt.asm
x86/arcfour-crypt.asm
+1
-1
x86/camellia-crypt-internal.asm
x86/camellia-crypt-internal.asm
+1
-1
x86/md5-compress.asm
x86/md5-compress.asm
+1
-1
x86/sha1-compress.asm
x86/sha1-compress.asm
+1
-1
x86_64/aes-decrypt-internal.asm
x86_64/aes-decrypt-internal.asm
+1
-1
x86_64/aes-encrypt-internal.asm
x86_64/aes-encrypt-internal.asm
+1
-1
x86_64/serpent-encrypt.asm
x86_64/serpent-encrypt.asm
+1
-1
x86_64/sha1-compress.asm
x86_64/sha1-compress.asm
+1
-1
yarrow.h
yarrow.h
+1
-1
yarrow256.c
yarrow256.c
+1
-1
yarrow_key_event.c
yarrow_key_event.c
+1
-1
No files found.
ChangeLog
View file @
a16dd13f
This diff is collapsed.
Click to expand it.
README
View file @
a16dd13f
...
...
@@ -40,4 +40,4 @@ You may want to subscribe to the nettle-bugs mailing list. See
Happy hacking,
/Niels Möller <nisse@lysator.liu.se>
/Niels M
ö
ller <nisse@lysator.liu.se>
aes-decrypt-internal.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-decrypt.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-encrypt-internal.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Möller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-encrypt-table.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-encrypt.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Möller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-internal.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-meta.c
View file @
a16dd13f
...
...
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Möller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-set-decrypt-key.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels Mller
* Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes-set-encrypt-key.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels Mller
* Copyright (C) 2000, 2001, 2002 Rafael R. Sevilla, Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
aes.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
arcfour-crypt.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2004 Niels Mller
* Copyright (C) 2001, 2004 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
arcfour-meta.c
View file @
a16dd13f
...
...
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
arcfour.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
arcfour.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
arctwo.c
View file @
a16dd13f
...
...
@@ -8,7 +8,7 @@
* Copyright (C) 2004 Simon Josefsson
* Copyright (C) 2003 Nikos Mavroyanopoulos
* Copyright (C) 2004 Free Software Foundation, Inc.
* Copyright (C) 2004 Niels M
l
ler
* Copyright (C) 2004 Niels M
öl
ler
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
@@ -29,7 +29,7 @@
/* This implementation was written by Nikos Mavroyanopoulos for GNUTLS
* as a Libgcrypt module (gnutls/lib/x509/rc2.c) and later adapted for
* direct use by Libgcrypt by Werner Koch and later adapted for direct
* use by Nettle by Simon Josefsson and Niels M
l
ler.
* use by Nettle by Simon Josefsson and Niels M
öl
ler.
*
* The implementation here is based on Peter Gutmann's RRC.2 paper and
* RFC 2268.
...
...
arctwo.h
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2004 Simon Josefsson
* Copyright (C) 2002, 2004 Niels Mller
* Copyright (C) 2002, 2004 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
asn1.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2005 Niels Möller
* Copyright (C) 2005 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base16-decode.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base16-encode.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Möller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base16-meta.c
View file @
a16dd13f
...
...
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base16.h
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base64-decode.c
View file @
a16dd13f
...
...
@@ -4,7 +4,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base64-encode.c
View file @
a16dd13f
...
...
@@ -4,7 +4,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base64-meta.c
View file @
a16dd13f
...
...
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Dan Egnor, Niels Mller
* Copyright (C) 2002 Dan Egnor, Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
base64.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller, Dan Egnor
* Copyright (C) 2002 Niels M
ö
ller, Dan Egnor
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
bignum-next-prime.c
View file @
a16dd13f
...
...
@@ -4,7 +4,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
bignum-random-prime.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2010 Niels Möller
* Copyright (C) 2010 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
bignum-random.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Möller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
bignum.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
bignum.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
blowfish.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 1998, 2001 FSF, Ray Dassen, Niels Mller
* Copyright (C) 1998, 2001 FSF, Ray Dassen, Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
buffer-init.c
View file @
a16dd13f
...
...
@@ -4,7 +4,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Möller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
buffer.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
buffer.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
camellia-crypt-internal.c
View file @
a16dd13f
...
...
@@ -3,7 +3,7 @@
* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
*
* Copyright (C) 2010 Niels M
l
ler
* Copyright (C) 2010 Niels M
öl
ler
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
camellia-crypt.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2010 Niels Möller
* Copyright (C) 2010 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
camellia-internal.h
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
/* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
*
* Copyright (C) 2010 Niels M
l
ler
* Copyright (C) 2010 Niels M
öl
ler
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
camellia-meta.c
View file @
a16dd13f
...
...
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2010 Niels Mller
* Copyright (C) 2010 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
camellia-set-decrypt-key.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2010 Niels Mller
* Copyright (C) 2010 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
camellia-set-encrypt-key.c
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
*
* Copyright (C) 2010 Niels M
l
ler
* Copyright (C) 2010 Niels M
öl
ler
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
camellia-table.c
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
/* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
*
* Copyright (C) 2010 Niels M
l
ler
* Copyright (C) 2010 Niels M
öl
ler
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
camellia.h
View file @
a16dd13f
...
...
@@ -3,7 +3,7 @@
* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
*
* Copyright (C) 2010 Niels M
l
ler
* Copyright (C) 2010 Niels M
öl
ler
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
cast128-meta.c
View file @
a16dd13f
...
...
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Möller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
cast128.c
View file @
a16dd13f
...
...
@@ -11,7 +11,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
cast128.h
View file @
a16dd13f
...
...
@@ -11,7 +11,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
cbc.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
cbc.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
ctr.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2005 Niels Mller
* Copyright (C) 2005 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
ctr.h
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2005 Niels Mller
* Copyright (C) 2005 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
der-iterator.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2005 Niels Mller
* Copyright (C) 2005 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
der2dsa.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2005, 2009 Niels Mller, Magnus Holmgren
* Copyright (C) 2005, 2009 Niels M
ö
ller, Magnus Holmgren
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
der2rsa.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2005 Niels Mller
* Copyright (C) 2005 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
des-compat.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Möller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
des-compat.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Möller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
des.c
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
des.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 1992, 2001, Dana L. How, Niels Möller
* Copyright (C) 1992, 2001, Dana L. How, Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
@@ -29,7 +29,7 @@
* Please see the file `../lib/descore.README' for the complete copyright
* notice.
*
* Slightly edited by Niels Möller, 1997
* Slightly edited by Niels M
ö
ller, 1997
*/
#ifndef NETTLE_DES_H_INCLUDED
...
...
des3.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
dsa-keygen.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2002 Niels Mller
* Copyright (C) 2002 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
dsa-sha1-sign.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2010 Niels Mller
* Copyright (C) 2010 Niels M
ö
ller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
dsa-sha1-verify.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@