Пример #1
0
 /**
  * Construtor
  */
 function __construct()
 {
     parent::__construct('SHA512');
 }
Пример #2
0
 /**
  * Construtor
  */
 function __construct()
 {
     parent::__construct('SHA384');
 }
Пример #3
0
 /**
  * Construtor
  */
 function __construct()
 {
     parent::__construct('SHA256');
 }