public function testSha256()
 {
     $this->assertRegExp('/^[a-z0-9]{64}$/', Miscellaneous::sha256());
 }