예제 #1
0
파일: Hash.php 프로젝트: piotrgolasz/rsa
 public function __construct($hash = 'sha512')
 {
     parent::__construct($hash);
 }