mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-05 14:33:08 +00:00
9 lines
105 B
Go
9 lines
105 B
Go
package rln
|
|
|
|
import "testing"
|
|
|
|
func TestHash(t *testing.T) {
|
|
rln := &RLN{}
|
|
rln.Hash([]byte{1, 2, 3})
|
|
}
|