malt 0.1.1

Merkle Append-Only Log Tree (RFC 9162 §2.1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
categories    = ["cryptography", "data-structures"]
description   = "Merkle Append-Only Log Tree (RFC 9162 §2.1)"
documentation = "https://docs.rs/malt"
edition       = "2024"
keywords      = ["merkle", "ct-log", "append-only", "log", "rfc9162"]
license       = "MIT"
name          = "malt"
readme        = "README.md"
repository    = "https://github.com/Cyphrme/malt"
rust-version  = "1.85"
version       = "0.1.1"

[dev-dependencies]
hex        = "0.4"
serde      = { version = "1", features = ["derive"] }
serde_json = "1"