unsigned array

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven Blair

    #1

    unsigned array

    Hi

    Here is the code:

    Sample(String *str,unsigned char PublicKey,unsig ned char Exponent)

    {
    info.Modulus = PublicKey;
    }

    Modulus is a public: unsigned char Modulus __gc[];

    Steven



Working...