%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Copyright: 2010 Integrated Sytems Laboratory, ETH Zurich
%%            http://www.iis.ee.ethz.ch/~sha3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function a_out=rol64(a_in, offset)
a_out=bitxor(bitshift(uint64(a_in),offset),bitshift(uint64(a_in),offset-64));

end

Generated on Fri Sep 24 10:39:12 CEST 2010
Home