type projLookupTable …
type affineLookupTable …
type nafLookupTable5 …
type nafLookupTable8 …
func (v *projLookupTable) FromP3(q *Point) { … }
func (v *affineLookupTable) FromP3(q *Point) { … }
func (v *nafLookupTable5) FromP3(q *Point) { … }
func (v *nafLookupTable8) FromP3(q *Point) { … }
func (v *projLookupTable) SelectInto(dest *projCached, x int8) { … }
func (v *affineLookupTable) SelectInto(dest *affineCached, x int8) { … }
func (v *nafLookupTable5) SelectInto(dest *projCached, x int8) { … }
func (v *nafLookupTable8) SelectInto(dest *affineCached, x int8) { … }