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