flier / pyfasthash

Python Non-cryptographic Hash Library
Apache License 2.0
281 stars 52 forks source link

Please use t1ha competently #25

Closed erthink closed 6 years ago

erthink commented 6 years ago
  1. Add mainstream repo as submodule or subtree.
  2. Use t1ha0() dispatcher, but not internal functions t1ha0_32le, t1ha0_32be, t1ha0_ia32aes_noavx and so on.
  3. Provide correct name t1ha, instead of T1.
flier commented 6 years ago

I have updated the module to use a submodule from mainstream.

But there is a compatibility issue occurred, pypy can't load t1ha with _t1ha0_funcptr symbol, can you export the t1ha0_resolve function instead of copy the code in local?

Thanks

erthink commented 6 years ago

@flier, please check 'devel' branch of t1ha.

flier commented 6 years ago

its works, thanks very much!