You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a project that uses a ulong as a central type in the business logic. It represents a 64bit image hash that I need to XOR with another hash to find the hamming distance. Currently only addition, substraction, multiplication, division, negation and comparison are supported.
I am already using this cool library for my database primary keys but can't use if for the hash yet.
From what I can tell it won't be a lot of work and I will try to create the PR myself.
I already created a separate issue for support for unsigned integers: #16
The text was updated successfully, but these errors were encountered:
I am currently working on a project that uses a
ulong
as a central type in the business logic. It represents a 64bit image hash that I need to XOR with another hash to find the hamming distance. Currently only addition, substraction, multiplication, division, negation and comparison are supported.I am already using this cool library for my database primary keys but can't use if for the hash yet.
From what I can tell it won't be a lot of work and I will try to create the PR myself.
I already created a separate issue for support for unsigned integers: #16
The text was updated successfully, but these errors were encountered: