Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] [DSK] DarkCash | PoW/PoS/PoT | StackHash | I2P | TOR | Markets
by
elbandi
on 16/10/2015, 16:12:40 UTC
Finalized Version of the Algorithm is released (without dependancies):

https://github.com/sightisanillusion/stackhash/blob/master/stack.h

Just a note. This will crash:

Code:
int bytes = mpz_sizeinbase(product, 512);

512 is too high, docs say: base can vary from 2 to 62. but other algo (m7m) is using 256, so i think thats works too.

Elbandi