NPKIT_Version

Checks the version number of the NPKIT library being used.

Syntax

   #include "NPKIT_x509.h"
   
    or #include "NPKIT_Verify.h" 
   
   nuint32 NPKIT_Version(void); 
   

Return Values

Returns the version of NPKIT as an array of four bytes, the first two bytes being the major version number, and the second two bytes being the minor version number. See Section 4.6, NPKIT_Version Values.