gMorph icon indicating copy to clipboard operation
gMorph copied to clipboard

Encryption/decryption for i32

Open mbenke opened this issue 5 years ago • 0 comments

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

mbenke avatar Sep 19 '19 09:09 mbenke