mirror of
https://github.com/logos-messaging/go-zerokit-rln-apple.git
synced 2026-01-08 00:03:09 +00:00
Fix return value
This commit is contained in:
parent
8e3d390f8f
commit
6261380291
@ -161,7 +161,7 @@ func (r *RLN) GenerateRLNProof(input []byte) ([]byte, error) {
|
|||||||
|
|
||||||
func (r *RLN) GenerateRLNProofWithWitness(input []byte) ([]byte, error) {
|
func (r *RLN) GenerateRLNProofWithWitness(input []byte) ([]byte, error) {
|
||||||
// TODO: Temporally disabled. In RLNv2 this is not enabled yet.
|
// TODO: Temporally disabled. In RLNv2 this is not enabled yet.
|
||||||
return errors.New("not implemented")
|
return nil, errors.New("not implemented")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
inputBuffer := toCBufferPtr(input)
|
inputBuffer := toCBufferPtr(input)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user