mirror of
https://github.com/arnaucube/go-iden3-crypto.git
synced 2026-02-07 11:36:41 +01:00
7 lines
105 B
Go
7 lines
105 B
Go
package ff
|
|
|
|
// NewElement returns a new empty *Element
|
|
func NewElement() *Element {
|
|
return &Element{}
|
|
}
|