diff dcrypt/misc/Bitwise.d @ 24:6428dfd7fede

Implemented Salsa20. Added some error checking to RC4's returnByte. Fixed copyright year in Bitwise.d and ByteConverter.d. Added Robert Smith to contributors file. Thanks buddy :)
author Thomas Dixon <reikon@reikon.us>
date Thu, 19 Feb 2009 14:45:13 -0500
parents 4589f8c5eb3c
children 21847420b1ac
line wrap: on
line diff
--- a/dcrypt/misc/Bitwise.d	Sat Feb 14 19:58:20 2009 -0500
+++ b/dcrypt/misc/Bitwise.d	Thu Feb 19 14:45:13 2009 -0500
@@ -1,7 +1,7 @@
 /**
  * This file is part of the dcrypt project.
  *
- * Copyright: Copyright (C) dcrypt contributors 2008. All rights reserved.
+ * Copyright: Copyright (C) dcrypt contributors 2009. All rights reserved.
  * License:   MIT
  * Authors:   Thomas Dixon
  */