mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-08 16:03:06 +00:00
10 lines
113 B
Go
10 lines
113 B
Go
package main
|
|
|
|
import "github.com/decanus/go-rln/pkg/rln"
|
|
|
|
func main() {
|
|
r := &rln.RLN{}
|
|
r.GenerateKey()
|
|
//C
|
|
}
|