Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
12703115
Topic
1202318
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
Quote from: Artificially Intelligent on October 09, 2015, 01:37:58 PM
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