Example #1
0
func (p *Packet) Verify(key *utils.PublicKey) bool {
	return key.Verify(p.Serialize(), &p.S)
}