ttCryptoGetRandomWordFuncPtr

Jump to: navigation, search

Table of Contents >> Optional Protocols >> Cryptography


int ttCryptoGetRandomWordFuncPtr (
ttUser32Bit * dataPtr,
ttUser16Bit wordSize
);


Function Description

This function gets a random word (4 bytes).


Parameters

  • dataPtr
    A pointer to where to store the random number.
  • wordSize
    The random number size (in 4-byte words).


Table of Contents >> Optional Protocols >> Cryptography