chiark / gitweb /
logging: provide vslilog as well as slilog
[secnet.git] / CREDITS
diff --git a/CREDITS b/CREDITS
index 3b078bd27a23221dc1c896241f80a56606bc93eb..c934ab7d3424c4f16cdeb35c0066affce2af4bef 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1,6 +1,7 @@
 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
@@ -8,4 +9,5 @@ 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
-Richard Kettlewell - assorted bugfixes
+Simon Tatham - endianness cleanups in transform.c
+Richard Kettlewell, Peter Benie - assorted bugfixes