i am implementing blowfish algorithm..
i have a long number or a 64 bit no. say X
i have to divide this 64 bit block into two 32 bit blocks say xl and xr.
after doing some calculations i have to convert these two 32 bit blocks into 64 bit block again..
so how do i do this
pls help..
i have a long number or a 64 bit no. say X
i have to divide this 64 bit block into two 32 bit blocks say xl and xr.
after doing some calculations i have to convert these two 32 bit blocks into 64 bit block again..
so how do i do this
pls help..
Comment