Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RajashreeDasari

    Kasumi cipher- Decipher

    Hello, the following code is related to Kasumi cipher and decipher. In which deciphering is giving problem. Can anyone help me? #include <iostream> #include <conio.h> #define ROL16(a,b) (u16)((a<<b)|(a>>(16-b))) using namespace std; typedef unsigned char u8; typedef unsigned short u16; typedef...
  2. RajashreeDasari

    HELP

    I am new to c language. I need to analyse a c code in which am not able to understand this lines :- nine = (u16)(in>>7);seven = (u16)(in&0x7F); Can anybody help me understanding it.

Part and Inventory Search

Back
Top