Skip to content

v0.2.79

Compare
Choose a tag to compare
@dmonad dmonad released this 08 Aug 21:22
· 55 commits to main since this release
  • remove checksum.js 5ef8306
  • [sha256] simplify export 7bbc12c
  • [sha256] rename hash()=>digest() 74aa889
  • update standard, lint, more tests for hash/sha256 dbca8ed
  • [sha256] refactor to class with faster execution 5cdd1dc
  • [sha256] perf updates - inlining and less scopes d08f772
  • [sha256] perf updates and benchmarks 20a94c4
  • [sha256] add node native fallback 6a18123
  • [sha256] perf update 29b9986
  • Implement working sha256 algorithm (unoptimized) bdb5177
  • Merge branch 'rabin-fingerprint' c678a2c
  • [random] explicitly state uuidv4 return type - fixes #68 edf7423
  • [rabin] update comments ea4f185
  • [rabin] more tests & documentation b7915f3
  • add description to rabin modules 542e539
  • restructure hash/rabin d2041ca
  • [fingerprint] full test coverage c72100e
  • [fingerprint] almost full test coverage df854d3
  • implemented cached fingerprint encoder 690cd69
  • fingerprint compatiblity between implementations e40edcd
  • prelim work on rabin fingerprint 96bbda0
  • [testing] add TestCase.meta bd69ab4
  • [testing] allow multiple arguments in group* callbacks d5406e7

v0.2.78...v0.2.79