1. 26 Sep, 2018 1 commit
  2. 24 Sep, 2018 2 commits
  3. 23 Sep, 2018 2 commits
  4. 22 Sep, 2018 1 commit
  5. 21 Sep, 2018 1 commit
  6. 19 Sep, 2018 27 commits
  7. 17 Sep, 2018 1 commit
  8. 16 Sep, 2018 3 commits
  9. 14 Sep, 2018 1 commit
  10. 13 Sep, 2018 1 commit
    • psychocrypt's avatar
      unify cpu cryptonight implementations · 931bd5fe
      psychocrypt authored
      xmr-stak has several implementations for multi hash per thread.
      The results into 3 intepedent implementations.
      Each time the algorithm must be changed the possibility to introduce errors is very large.
      
      - unify the different cryptonight CPU implementations
      - simplify the function selection array to find the specilized cryptonight implementation
      - add a intermediat pointer to access the large state (similar to the old multi hash implementation)
      
      As side effect this change increases the speed of the single and multi hash algorithm.
      931bd5fe