chiark / gitweb /
resolver: Support IPv6 name resolution
[secnet.git] / CREDITS
diff --git a/CREDITS b/CREDITS
index e89f44d1a16e98f5a04ee26adebd6c5c330d1d01..c934ab7d3424c4f16cdeb35c0066affce2af4bef 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,9 +1,13 @@
 Stephen Early <steve@greenend.org.uk> - original author
 Ross Anderson, Eli Biham, Lars Knudsen - serpent
 Colin Plumb, Ian Jackson - MD5 implementation
+Ian Jackson - hacky parallelism, serpent keying and endianness bugfixes
 Steve Reid <sreid@sea-to-sky.net>, James H. Brown <jbrown@burgoyne.com> - 
   SHA1 implementation
 Cendio Systems AB - ipaddr.py
 Mark Martinec <mark.martinec@ijs.si> - portable snprintf
 
 Simon Tatham, Jonathan Amery, Ian Jackson - testing and debugging
+Simon Tatham - RSA signatures using Chinese Remainder Theorem
+Simon Tatham - endianness cleanups in transform.c
+Richard Kettlewell, Peter Benie - assorted bugfixes