Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
a16dd13f
Commit
a16dd13f
authored
Feb 18, 2012
by
Niels Möller
Browse files
Converted files to utf-8.
parent
f12fdc75
Changes
199
Show whitespace changes
Inline
Side-by-side
md5-compat.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
...
...
md5-compress.c
View file @
a16dd13f
...
...
@@ -6,7 +6,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2005 Niels Mller
* Copyright (C) 2001, 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
...
...
@@ -25,7 +25,7 @@
*/
/* Based on public domain code hacked by Colin Plumb, Andrew Kuchling, and
* Niels Mller. */
* Niels M
ö
ller. */
#if HAVE_CONFIG_H
...
...
md5-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
...
...
md5.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
...
...
@@ -24,7 +24,7 @@
*/
/* Based on public domain code hacked by Colin Plumb, Andrew Kuchling, and
* Niels Mller. */
* Niels M
ö
ller. */
#if HAVE_CONFIG_H
# include "config.h"
...
...
md5.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
...
...
memxor.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc.
* 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
...
...
nettle-internal.c
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
...
...
nettle-internal.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
...
...
nettle-meta.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
...
...
nettle-types.h
View file @
a16dd13f
...
...
@@ -2,7 +2,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
...
...
nettle-write.h
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
...
...
nettle.texinfo
View file @
a16dd13f
...
...
@@ -8,7 +8,7 @@
@c
%**end of header
@set UPDATED-FOR 2.3
@set AUTHOR Niels Möller
@set AUTHOR Niels M
ö
ller
@copying
This manual is for the Nettle library (version @value
{
UPDATED-FOR
}
), a
...
...
@@ -158,7 +158,7 @@ Josefsson. Released under the LGPL.
@item BLOWFISH
The implementation of the BLOWFISH cipher is written by Werner Koch,
copyright owned by the Free Software Foundation. Also hacked by Simon
Josefsson and Niels Möller. Released under the LGPL.
Josefsson and Niels M
ö
ller. Released under the LGPL.
@item CAMELLIA
The C implementation is by Nippon Telegraph and Telephone Corporation
...
...
@@ -195,8 +195,8 @@ Nettle by Andres Mejia. Released under the LGPL.
@item SERPENT
The implementation of the SERPENT cipher is based on the code in libgcrypt,
copyright owned by the Free Software Foundation. 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.
Simon Josefsson and heavily modified by Niels M
ö
ller. Assembly for
x86
_
64 by Niels M
ö
ller. Released under the LGPL.
@item SHA1
The C implementation of the SHA1 message digest is written by Peter
...
...
@@ -2961,27 +2961,27 @@ Serve with boiled egg-halves.
@c And the original Swedish version.
@ignore
Recept på nässelsoppa
Recept p
å
n
ä
sselsoppa
4 portioner
1 l färska nässlor
2 msk smör
3 msk vetemjöl
1 l kött- eller grönsaksbuljong
1 l f
ä
rska n
ä
sslor
2 msk sm
ö
r
3 msk vetemj
ö
l
1 l k
ö
tt- eller gr
ö
nsaksbuljong
1/2 tsk salt
1-2 krm peppar
(lite grädde eller mjölk)
(lite gr
ä
dde eller mj
ö
lk)
Plocka 1 liter färska nässlor. Använd handskar! Helst små och späda
skott, men topparna av större nässlor går också bra.
Plocka 1 liter f
ä
rska n
ä
sslor. Anv
ä
nd handskar! Helst sm
å
och sp
ä
da
skott, men topparna av st
ö
rre n
ä
sslor g
å
r ocks
å
bra.
Skölj nässlorna väl. Förväll dem ca 10 minuter i lätt saltat vatten.
Häll av och spara spadet. Hacka nässlorna. Smält smöret, rör i mjöl och
späd med buljong och nässelspad. Lägg i de hackade nässlorna. Om så
önskas, häll i en skvätt mjölk eller grädde. Koka några minuter, och
smaksätt med salt och peppar.
Sk
ö
lj n
ä
sslorna v
ä
l. F
ö
rv
ä
ll dem ca 10 minuter i l
ä
tt saltat vatten.
H
ä
ll av och spara spadet. Hacka n
ä
sslorna. Sm
ä
lt sm
ö
ret, r
ö
r i mj
ö
l och
sp
ä
d med buljong och n
ä
sselspad. L
ä
gg i de hackade n
ä
sslorna. Om s
å
ö
nskas, h
ä
ll i en skv
ä
tt mj
ö
lk eller gr
ä
dde. Koka n
å
gra minuter, och
smaks
ä
tt med salt och peppar.
Servera med kokta ägghalvor.
Servera med kokta
ä
gghalvor.
@end ignore
@node Installation, Index, Nettle soup, Top
...
...
pgp-encode.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2002 Niels Mller
* Copyright (C) 2001, 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
...
...
pgp.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2002 Niels Mller
* Copyright (C) 2001, 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
...
...
pkcs1-rsa-md5.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2003 Niels Mller
* Copyright (C) 2001, 2003 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
...
...
pkcs1-rsa-sha1.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2003 Niels Mller
* Copyright (C) 2001, 2003 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
...
...
pkcs1-rsa-sha256.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2003, 2006 Niels Mller
* Copyright (C) 2001, 2003, 2006 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
...
...
pkcs1-rsa-sha512.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001, 2003, 2006, 2010 Niels Mller
* Copyright (C) 2001, 2003, 2006, 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
...
...
pkcs1.c
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2003 Niels Möller
* Copyright (C) 2003 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
...
...
pkcs1.h
View file @
a16dd13f
...
...
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2003 Niels Mller
* Copyright (C) 2003 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
...
...
Prev
1
2
3
4
5
6
7
8
9
10
Next
Write
Preview
Supports
Markdown
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