This commit is contained in:
decanus 2021-09-13 18:42:05 +02:00
parent cd5c593d26
commit 5d5f2e47cb
No known key found for this signature in database
GPG Key ID: 3730AAF5D6589867
1 changed files with 0 additions and 15 deletions

15
rln.go
View File

@ -1,15 +0,0 @@
package main
import (
"fmt"
"github.com/decanus/go-rln/rln"
)
func main() {
r := &rln.RLN{}
test := []byte{}
r.GenerateKey(test)
fmt.Printf("Test: %v", test)
//C
}