GoCarrot / teak-ios

Teak SDK for iOS
Apache License 2.0
3 stars 1 forks source link

IncrementEvent's sum_of_squares needs to be 128 bit #6

Closed AlexSc closed 5 years ago

AlexSc commented 5 years ago

Currently the largest number of coins that can be won in a single event in a customer game is 1.9 trillion. 1.9 trillion squares exceeds what can be stored in a 64 bit int. So... sum of squres needs to be 128 bit.