mirror of
https://github.com/logos-messaging/go-zerokit-rln-apple.git
synced 2026-01-02 05:13:11 +00:00
fix: zerokit version
This commit is contained in:
parent
7859920c65
commit
9a7ef94d12
Binary file not shown.
Binary file not shown.
@ -39,6 +39,8 @@ bool delete_leaf(struct RLN *ctx, uintptr_t index);
|
||||
|
||||
bool set_leaf(struct RLN *ctx, uintptr_t index, const struct Buffer *input_buffer);
|
||||
|
||||
bool get_leaf(struct RLN *ctx, uintptr_t index, struct Buffer *output_buffer);
|
||||
|
||||
bool set_next_leaf(struct RLN *ctx, const struct Buffer *input_buffer);
|
||||
|
||||
bool set_leaves_from(struct RLN *ctx, uintptr_t index, const struct Buffer *input_buffer);
|
||||
@ -88,6 +90,12 @@ bool recover_id_secret(const struct RLN *ctx,
|
||||
const struct Buffer *input_proof_buffer_2,
|
||||
struct Buffer *output_buffer);
|
||||
|
||||
bool set_metadata(struct RLN *ctx, const struct Buffer *input_buffer);
|
||||
|
||||
bool get_metadata(const struct RLN *ctx, struct Buffer *output_buffer);
|
||||
|
||||
bool flush(struct RLN *ctx);
|
||||
|
||||
bool hash(const struct Buffer *input_buffer, struct Buffer *output_buffer);
|
||||
|
||||
bool poseidon_hash(const struct Buffer *input_buffer, struct Buffer *output_buffer);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user