Research Article

Local Negative Base Transform and Image Scrambling

Algorithm 1

Converting base integer to base integer.
Require: % the sequence of digits of a base B integer
% the base of the numeral system
Ensure: % the sequence of digits of the base integer
Remark: % satisfying
While    do
end while
while  
if  k is even  then
if    then
else  
end if
else  
if    then
else  
end if
end if
end while