示例#1
0
文件: INIT.php 项目: fpoirotte/pssht
 public static function unserialize(\fpoirotte\Pssht\Wire\Decoder $decoder)
 {
     return new static($decoder->decodeMpint());
 }