Esempio n. 1
0
 /**
  * @description SHA1 Hashing Implementation
  */
 function sha1hash()
 {
     $this->assertEquals(hash::sha1('helloworld'), '6adfb183a4a2c94a2f92dab5ade762a47889a5a1');
 }