Ejemplo n.º 1
0
func (p *intPoint) MarshalSize() int {
	return int(C.element_length_in_bytes(&p.e[0]))
}
Ejemplo n.º 2
0
func (s *scalar) MarshalSize() int {
	return int(C.element_length_in_bytes(&s.e[0]))
}