gMorph
gMorph copied to clipboard
Encryption/decryption for i32
Interpret numbers in the range 0..2^30-1
as nonnegative and numbers in the range 2^30..2^31-2
as negative.
For example -1
corresponds to 2^31-2