committable

Crates.iocommittable
lib.rscommittable
version0.2.4
sourcesrc
created_at2024-04-02 16:19:57.731337
updated_at2024-08-19 15:35:29.19542
descriptionKeccak256-based structured commitments
homepage
repositoryhttps://github.com/EspressoSystems/commit.git
max_upload_size
id1193702
size22,097
Jeb Bearer (jbearer)

documentation

README

Keccak256-based structured commitments

This library provides utilities for defining hashes of structured data, in a way that supports nested data structures and automatic domain separation (ie, two structures with different fields will never feed the same input into the hash function).

WARNING

Implementing Committable using RawCommitmentBuilder is a manual process that should be done carefully. In the future, we will provide a macro to automatically implement Committable in a reasonable way, but for now, use this library with caution.

Commit count: 58

cargo fmt