Closed jasonhe88 closed 2 years ago
thank you for porting this lib!!
found this package generates different result from c lib.
dart, this package
xxh3(Uint8List.fromList(utf8.encode('test')), secret:null, seed: 0)
get result: -7004795540881933248
c lib get result: 5754696928334414137
is there anything I missed here?
Sorry, used wrong function in C, the result is perferectly matched
thank you for porting this lib!!
found this package generates different result from c lib.
dart, this package
xxh3(Uint8List.fromList(utf8.encode('test')), secret:null, seed: 0)
get result: -7004795540881933248
c lib get result: 5754696928334414137
is there anything I missed here?