diff --git a/src/database/crypt.jmc b/src/database/crypt.jmc index 625f50a..2da7131 100644 --- a/src/database/crypt.jmc +++ b/src/database/crypt.jmc @@ -37,7 +37,7 @@ class database.crypt { } function test() { - test_hashInteger(1748586758492046); - test_hashInteger(69871234098769872345); + test_hashInteger(48593758); + test_hashInteger(69871234); } }