コード例 #1
0
ファイル: packet.go プロジェクト: h2so5/murcott
func (p *Packet) Verify(key *utils.PublicKey) bool {
	return key.Verify(p.Serialize(), &p.S)
}