Replacing naclb by node-sodium

Naclb was a handmaid port dependency for fast, native C++ execution of Nacl (speed needed for PoW).

Today, it exists node-sodium which seems to do this exact job and be maintained actively and bases on stantard C++ libs.

Maybe we could replace naclb by node-sodium.