go-rln/rln/rln_test.go
2021-09-13 22:20:32 +02:00

11 lines
120 B
Go

package rln
import (
"testing"
)
func TestHash(t *testing.T) {
rln := New(0, []byte{})
rln.Hash([]byte{1, 2, 3})
}