Neptune-Crypto/neptune-core

use constant-time index arithmetic in MMRs

Open

#125 opened on Apr 3, 2024

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Rust (45 forks)auto 404
good first issueoptimization

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (PR metrics pending)

Description

In particular, look at get_peaks_with_heights_async which currently uses the (out-dated) node-index and tree-traversal logic.

Contributor guide