void HBitXor

(const unsigned char* bits1,
  const unsigned char* bits2, unsigned char* bitsx,
  int size)

This function do xor operation with two variable.

Documentation

This function do xor operation with two variable.

Parameters:
bits1 - bit value
bits2 - bit value
bitsx - variable to save result.
size - size to operate xor.
Returns:
nothing.
Author:
Yee Young Han

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.