mirror of
https://github.com/logos-messaging/go-zerokit-rln-apple.git
synced 2026-01-02 13:23:13 +00:00
Rename to Merkle Proof
This commit is contained in:
parent
ad40ef83a1
commit
ee5a1d9314
@ -245,7 +245,7 @@ func (r *RLN) GetLeaf(index uint) ([]byte, error) {
|
||||
return C.GoBytes(unsafe.Pointer(out.ptr), C.int(out.len)), nil
|
||||
}
|
||||
|
||||
func (r *RLN) GetProof(index uint) ([]byte, error) {
|
||||
func (r *RLN) GetMerkleProof(index uint) ([]byte, error) {
|
||||
var output []byte
|
||||
out := toBuffer(output)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user