-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schema fingerprint exposed as unsigned 64-bit integer
All operations on Rabin values are unsigned 64-bit integers, but previous code exposed as int64 values, leading to casting values back and forth, and possibly in the long term, errors as some values cannot be cast without loss of information.
- Loading branch information
Karrick S. McDermott
committed
Jun 12, 2019
1 parent
33d54fe
commit 6b190fa
Showing
3 changed files
with
60 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters