예제 #1
0
파일: intpoint.go 프로젝트: Liamsi/crypto
func (p *intPoint) MarshalSize() int {
	return int(C.element_length_in_bytes(&p.e[0]))
}
예제 #2
0
파일: secret.go 프로젝트: LegoShrimp/crypto
func (s *scalar) MarshalSize() int {
	return int(C.element_length_in_bytes(&s.e[0]))
}