CryptoSys API Library Manual

Cautions for C/C++ Users

We recommend using the defined constants like API_SHA1_CHARS and API_SHA1_BYTES rather than hard-coded numbers, e.g.

char sDigest_sha1[API_SHA1_CHARS + 1]; 

See the constants in diCryptoSys.h.

For examples, see the test code API_Examples.c and APICheck.c provided in the distribution.

[Contents] [Index]

[HOME]   [NEXT: Using with .NET: C# and VB.NET...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.