ricmoo / GMEllipticCurveCrypto

Elliptic Curve Cryptography library for iOS (ECDSA and ECDH)
BSD 2-Clause "Simplified" License
122 stars 46 forks source link

Fixed archiving issues due to integer conversion losing precision #17

Open m-revetria opened 7 years ago

m-revetria commented 7 years ago

I added some casting where making the archive was failing due to losing precision while converting from NSInteger/NSUInteger to int.

image