bigacc.c revision 65c4736d9c0ebc6d9b1d991593b55566909da9cd
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence/* Copyright (C) RSA Data Security, Inc. created 1987, 1996. This is an
431a83fb29482c5170b3e4026e59bb14849a6707Tinderbox User unpublished work protected as such under copyright law. This work
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews contains proprietary, confidential, and trade secret information of
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence RSA Data Security, Inc. Use, disclosure or reproduction without the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater express written authorization of RSA Data Security, Inc. is
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews/* Returns carry: vector a = b * vector c.
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrenceunsigned int b;
adfc3ad3ce5db585fdb29d3d6000aa05ba077f13Evan Huntunsigned int n;
20bd7b4bbf2437ef2f9109edca168ab0ce8445b3David Lawrence register unsigned int i;
6b7257f756eb0530cdf54df9a7fab8d51a5001c3David Lawrence for (i = 0; i < n; i++) {