hashlib icon indicating copy to clipboard operation
hashlib copied to clipboard

Hash Library for Nim

Results 4 hashlib issues
Sort by recently updated
recently updated
newest added

I am trying to use xxHash3 128 bits for hashing a file, I am using `readFile` but I am getting an incorrect checksum. I also tried using `streams` with `openFileStream`...

These optimizations produce broken builds on hardware without AVX2.

``` --- 8< --- 8< --- nim.cfg --- 8< --- 8< --- d:release os:linux cpu:wasm32 cc:clang clang.exe:"/usr/lib/emscripten/emcc" clang.linkerexe:"/usr/lib/emscripten/emcc" clang.cpp.exe:"/usr/lib/emscripten/emcc" clang.cpp.linkerexe:"/usr/lib/emscripten/emcc" --- 8< --- 8< --- src/form.nim --- 8< --- 8<...

Hey there, Thank you for for your time and effort on `hashlib`. I am wondering if `hashlib` is still being maintained as the latest commit is from 3 years ago.