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
In gaming development there's some commonly used non-cryptographic hashing algorithms like joaat, crc32, fnv-1a (coming with 32 and 64bits variants) and I think it could be a nice addition to Crypto functions in SurrealDB.
It can be implemented very easily since crates out there already exists (e.g. joaat) and usually do not add up much to the size of the dependencies. In the worst case, they are usually pretty straightforward to re-implement by hand.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In gaming development there's some commonly used non-cryptographic hashing algorithms like
joaat
,crc32
,fnv-1a
(coming with 32 and 64bits variants) and I think it could be a nice addition to Crypto functions in SurrealDB.It can be implemented very easily since crates out there already exists (e.g. joaat) and usually do not add up much to the size of the dependencies. In the worst case, they are usually pretty straightforward to re-implement by hand.
What do you guys think about it?
Beta Was this translation helpful? Give feedback.
All reactions