home *** CD-ROM | disk | FTP | other *** search
/ nisttime.carsoncity.k12.mi.us / nisttime.carsoncity.k12.mi.us.tar / nisttime.carsoncity.k12.mi.us / pub / sha / sha.h < prev    next >
Text File  |  2001-06-29  |  212b  |  7 lines

  1. /*
  2.     include file sha.h contains the definitons
  3.     for the subroutines used to call the sha
  4.     procedure.
  5. */
  6. void init_sha(void);        /*initializes constants */
  7. void sha(unsigned long int w[16],unsigned long int ans[5]);