# Post-Quantum Jellyfish Merkle Tree
[](https://crates.io/crates/jmt-pq)
[](https://docs.rs/jmt-pq)
[](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.