mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-07 15:53:14 +00:00
fix: rate limit refetch
This commit is contained in:
parent
eee7cc1397
commit
38b57df883
@ -5,6 +5,8 @@ use secp256k1_zkp::{CommitmentSecrets, Generator, PedersenCommitment, Tag, Tweak
|
|||||||
use sha2::{Digest, Sha256};
|
use sha2::{Digest, Sha256};
|
||||||
use utxo::utxo_core::UTXO;
|
use utxo::utxo_core::UTXO;
|
||||||
|
|
||||||
|
//
|
||||||
|
|
||||||
use crate::{cryptography::poseidon_hash, public_context::PublicSCContext};
|
use crate::{cryptography::poseidon_hash, public_context::PublicSCContext};
|
||||||
|
|
||||||
fn hash(input: &[u8]) -> Vec<u8> {
|
fn hash(input: &[u8]) -> Vec<u8> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user