示例#1
0
文件: packet.go 项目: h2so5/murcott
func (p *Packet) Verify(key *utils.PublicKey) bool {
	return key.Verify(p.Serialize(), &p.S)
}