I meant the part that BCNext modified the crypto algo and that it's hard to generate a genesis block.
He did modify the algo. And left some riddles in the genesis block. For example, not all transactions r valid, they don't pass Transaction.verify().
Those transaction don't get verified. Only Block.analyze() is called. And you mean those few lines in the Crypto class that don't correspond to the usual sign/verification algorythm?