fix: update zerokit to include atomic_operation fix

This commit is contained in:
Richard Ramos 2023-08-01 11:24:07 -04:00
parent 8704c2036d
commit 8101ff87ee
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
7 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -94,6 +94,8 @@ 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);

@ -1 +1 @@
Subproject commit 8a365f0c9e5c4a744f70c5dd4904ce8d8f926c34
Subproject commit d1414a44c5e088bbf23523f032a001122e35f0c2