Searched defs:ExtendedGroupElement (Results 1 – 1 of 1) sorted by relevance
636 type ExtendedGroupElement struct { struct637 X, Y, Z, T FieldElement682 func (p *ExtendedGroupElement) Zero() {689 func (p *ExtendedGroupElement) Double(r *CompletedGroupElement) {695 func (p *ExtendedGroupElement) ToCached(r *CachedGroupElement) {702 func (p *ExtendedGroupElement) ToProjective(r *ProjectiveGroupElement) {708 func (p *ExtendedGroupElement) ToBytes(s *[32]byte) {718 func (p *ExtendedGroupElement) FromBytes(s *[32]byte) bool {783 func geAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) {799 func geSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) {[all …]