File: apiweb.h

package info (click to toggle)
spplus 1.0-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,060 kB
  • ctags: 250
  • sloc: sh: 8,331; ansic: 2,004; makefile: 64; php: 50; awk: 43
file content (20 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* NOM........  apiWeb.h						    */
/* OBJET......  High Level API definition		 */
/* PROJET.....	 SFP V.1                   	 */
/* REFERENCES.                            	 */
/* VERSION....  1.0                       	 */
/* HISTORIQUE.  								   	 */
/**/


#ifndef APIWEB_H
#define APIWEB_H

int  HMacCalcul(
      	unsigned char* merchantKey,     /* Merchant Key Kc */
         unsigned char* dataIn,         /* Data elements to perform HMAC */
         int   lgDataIn,                /* data length */
         unsigned char* hMac);          /* HMAC in ASCII Strean 40 char */

#endif