Post
Topic
Board Announcements (Altcoins)
Re: [ANN PoS+ PoW] eXocoin [EXO] - gen 2.0 - developed from scratch! Free Give-Away
by
Eadeqa
on 15/03/2014, 07:00:23 UTC
Please consider using multiple rounds of AES256 encryption for the wallet (bitcoin-qt style) until you meet a given time,

You mean multiple rounds of password hashing to generate the AES key

http://en.wikipedia.org/wiki/PBKDF2

Repeatedly doing AES does nothing, as AES is designed to be fast and  it is implemented at hardware, like in Intel CPUs