===
DES (des.cpp)
===

Implementation of DES encryption for NTLM
Copyright 1997-2005 Simon Tatham.
This software is released under the MIT license.
See src/3rdparty/des/des.cpp for more information about the terms and conditions under which the code is supplied.

=== (copied from des.cpp) ===
/*
 * Implementation of DES encryption for NTLM
 *
 * Copyright 1997-2005 Simon Tatham.
 *
 * This software is released under the MIT license.
 */
===
