CryptoSys PKI Toolkit Manual

Cautions for C/C++ Users

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

char sDigest_sha1[PKI_MAX_SHA1_CHARS + 1]; 

See the constants in diCrPKI.h.

For examples, see the test code PKI_Examples.c and PKICheck.c provided in the distribution.

[Contents] [Index]

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

Copyright © 2004-9 D.I. Management Services Pty Ltd. All rights reserved.