Enclosed you'll find the license conditions and copyright notices applicable for Open Source Software crypto++ - 5.6.2
Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. _________________________________________________________________________________________ |
written and placed in the public domain by Wei Dai _________________________________________________________________________________________ |
// The original code and all modifications are in the public domain. _________________________________________________________________________________________ |
written and placed in the public domain by Kevin Springle _________________________________________________________________________________________ |
modified by Wei Dai from Paulo Barreto's skipjack32.c, // which is public domain according to his web site. _________________________________________________________________________________________ |
written and placed in the public domain by Frank Palazzolo, based on hex.cpp by Wei Dai _________________________________________________________________________________________ |
modified by Wei Dai from Ronny Van Keer's public domain Keccak-simple.c // all modifications here are placed in the public domain by Wei Dai _________________________________________________________________________________________ |
modified by Wei Dai from Colin Plumb's public domain md5.c // any modifications are placed in the public domain _________________________________________________________________________________________ |
originally modified by Kevin Springle from // Paulo Barreto and Vincent Rijmen's public domain code, whirlpool.c. // Updated to Whirlpool version 3.0, optimized and SSE version added by Wei Dai // All modifications are placed in the public domain _________________________________________________________________________________________ |
modified by Wei Dai from Steve Reid's public domain sha1.c // Steve Reid implemented SHA-1. Wei Dai implemented SHA-2. // Both are in the public domain. _________________________________________________________________________________________ |
written and placed in the public domain by Sean Woods // based on Wei Dai's RC5 code. _________________________________________________________________________________________ |
written and placed in the public domain by Wei Dai // contains public domain code contributed by Alister Lee and Leonard Janke _________________________________________________________________________________________ |
written and placed in the public domain by Wei Dai // RIPEMD-320, RIPEMD-128, RIPEMD-256 written by Kevin Springle // and also placed in the public domain _________________________________________________________________________________________ |
written and placed in the public domain by Wei Dai and Leonard Janke // based on Steve Reid's public domain cast.c _________________________________________________________________________________________ |
// md4.cpp - modified by Wei Dai from Andrew M. Kuchling's md4.c // The original code and all modifications are in the public domain. _________________________________________________________________________________________ |
modified by Wei Dai from Andrew M. Kuchling's md2.c // The original code and all modifications are in the public domain. _________________________________________________________________________________________ |
// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c // The original code and all modifications are in the public domain. _________________________________________________________________________________________ |
// twofish.cpp - modified by Wei Dai from Matthew Skala's twofish.c // The original code and all modifications are in the public domain. _________________________________________________________________________________________ |
// rijndael.cpp - modified by Chris Morgan <cmorgan@wpi.edu> // and Wei Dai from Paulo Baretto's Rijndael implementation // The original code and all modifications are in the public domain. _________________________________________________________________________________________ |
// camellia.cpp - by Kevin Springle, 2003 // This code is hereby placed in the public domain. _________________________________________________________________________________________ |
// des.cpp - modified by Wei Dai from Phil Karn's des.c // The original code and all modifications are in the public domain. /* * This is a major rewrite of my old public domain DES code written * circa 1987, which in turn borrowed heavily from Jim Gillogly's 1977 * public domain code. I pretty much kept my key scheduling code, but * the actual encrypt/decrypt routines are taken from from Richard * Outerbridge's DES code as printed in Schneier's "Applied Cryptography." * * This code is in the public domain. I would appreciate bug reports and * enhancements. * * Phil Karn KA9Q, karn@unix.ka9q.ampr.org, August 1994. _________________________________________________________________________________________ |
* * Distribute and use freely; there are no restrictions on further * dissemination and usage except those imposed by the laws of your * country of residence. _________________________________________________________________________________________ |
* This code is hereby placed in the public domain. * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. _________________________________________________________________________________________ |
THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. _________________________________________________________________________________________ |
Copyright (c) 1995-2013 by Wei Dai. |
Copyright © 1995-2013 by Wei Dai |