jmt-pq 1.0.0

PQ Jellyfish Merkle Tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Post-Quantum Jellyfish Merkle Tree

[![Crates.io](https://img.shields.io/crates/v/jmt-pq.svg)](https://crates.io/crates/jmt-pq)
[![Docs.rs](https://docs.rs/jmt-pq/badge.svg)](https://docs.rs/jmt-pq)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)

This crate is a fork of [penumbra-zone/jmt](https://github.com/penumbra-zone/jmt) (itself
a fork of the [Diem Jellyfish Merkle Tree](https://github.com/diem/diem/tree/main/storage/jellyfish-merkle)
crate), modified for post-quantum resistance using SHA-512 instead of SHA-256 and
[lencode](https://crates.io/crates/lencode) instead of borsh for serialization /
deserialization.