/*
 * bnlib - BigNum multiprecision integer math library.
 * Copyright (c) 1995, 2005 Colin Plumb.  All rights reserved.
 * For licensing information, please contact
 * Philip R. Zimmermann <prz@mit.edu>, http://philzimmermann.com
 *
 * This subroutine library is licensed to the general public under
 * the GNU GPL, version 2.  Any software that uses code under a GPL 
 * license is itself subject to the same GPL licensing terms.
 * 
 * For licensing bnlib under alternate terms, so that you can use it without 
 * your own product becoming infected with the obligations of the GPL, 
 * you should contact Philip Zimmermann, who has unlimited sublicensing 
 * rights under non-GPL terms.
 *
 * This module must be packaged together with the rest of the bnlib 
 * source code.  That's why it's in a .c file.
 *
 * Lawyers have requested that the following information be included:
 *
 * Warranties:
 *   This software is provided "as is," with no warranty expressed
 *   or implied.
 *
 * Export controls:
 *   This software may be subject to export controls by the US Commerce
 *   Department's Bureau of Industry and Security.
 *
 */
