We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See for instance Efficient Sparse Merkle Trees: Caching Strategies and Secure (Non-)Membership Proofs (code) and also https://github.com/google/keytransparency/blob/572241795a0fb58d0ff595c67406152f9f67c8de/core/tree/tree.go#L25
Discuss potential redesign of current tree.
The text was updated successfully, but these errors were encountered:
One issue with our current tree design is we cannot support concurrency tree's insertions, which decreases our server scalability. (see https://github.com/coniks-sys/coniks-go/blob/master/keyserver/listener.go#L130-L142)
Sorry, something went wrong.
No branches or pull requests
See for instance Efficient Sparse Merkle Trees: Caching Strategies and Secure (Non-)Membership Proofs (code) and also https://github.com/google/keytransparency/blob/572241795a0fb58d0ff595c67406152f9f67c8de/core/tree/tree.go#L25
Discuss potential redesign of current tree.
The text was updated successfully, but these errors were encountered: