comparison dcrypt/misc/ByteConverter.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 ad687db713a4
comparison
equal deleted inserted replaced
23:4589f8c5eb3c 24:6428dfd7fede
1 /** 1 /**
2 * This file is part of the dcrypt project. 2 * This file is part of the dcrypt project.
3 * 3 *
4 * Copyright: Copyright (C) dcrypt contributors 2008. All rights reserved. 4 * Copyright: Copyright (C) dcrypt contributors 2009. All rights reserved.
5 * License: MIT 5 * License: MIT
6 * Authors: Thomas Dixon 6 * Authors: Thomas Dixon
7 */ 7 */
8 8
9 module dcrypt.misc.ByteConverter; 9 module dcrypt.misc.ByteConverter;