コード例 #1
0
 function __construct($seed)
 {
     parent::__construct($seed);
     $this->firstKey = substr($this->fullKey, OpenSSL::FIRST_KEY_START, 64);
     $this->secondKey = substr($this->fullKey, OpenSSL::SECOND_KEY_START, 16);
 }