1 @node Acknowledgments, Copyrights and Licenses, Migration, Top
2 @comment node-name, next, previous, up
3 @appendix Acknowledgments
5 Eric Young wrote ``libdes''. Heimdal used to use libdes, without it
6 kth-krb would never have existed. Since there are no longer any Eric
7 Young code left in the library, we renamed it to libhcrypto.
9 All functions in libhcrypto have been re-implemented or used available
10 public domain code. The core AES function where written by Vincent
11 Rijmen, Antoon Bosselaers and Paulo Barreto. The core DES SBOX
12 transformation was written by Richard Outerbridge. @code{imath} that
13 is used for public key crypto support is written by Michael
16 The University of California at Berkeley initially wrote @code{telnet},
17 and @code{telnetd}. The authentication and encryption code of
18 @code{telnet} and @code{telnetd} was added by David Borman (then of Cray
19 Research, Inc). The encryption code was removed when this was exported
20 and then added back by Juha Eskelinen.
22 The @code{popper} was also a Berkeley program initially.
24 Some of the functions in @file{libroken} also come from Berkeley by way
27 @code{editline} was written by Simmule Turner and Rich Salz. Heimdal
28 contains a modifed copy.
30 The @code{getifaddrs} implementation for Linux was written by Hideaki
31 YOSHIFUJI for the Usagi project.
33 The @code{pkcs11.h} headerfile was written by the Scute project.
35 Bugfixes, documentation, encouragement, and code has been contributed by:
37 @item Alexander Boström
47 @item Brandon S. Allbery KF8NH
51 @item Chaskiel M Grundman
58 @item Derrick J Brashear
60 @item Douglas E Engert
61 @item Frank van der Linden
64 @item Guillaume Rousse
67 @item Jacques A. Vidrine
74 @item Johan Danielsson
79 @item Jun-ichiro itojun Hagino
81 @item Kamen Mazdrashki
84 @item Love Hörnquist Åstrand
91 @item Martin von Gagern
92 @item Matthias Dieter Wallnöfer
94 @item Mattias Amnefelt
96 @item Michael Fromberger
100 @item Mustafa A. Hashmi
101 @item Nicolas Williams
105 @item Rafal Malinowski
106 @item Ragnar Sundblad
107 @item Rainer Toebbicke
109 @item Roland C. Dowdeswell
112 @item Sho Hosoda, 細田 将
113 @item Simon Wilkinson
114 @item Stefan Metzmacher
116 @item Timothy Pearson
121 @item and we hope that those not mentioned here will forgive us.
124 All bugs were introduced by ourselves.