Files
ports/security/trillian/pkg-plist
Muhammad Moinur Rahman dc13e88bbe security/trillian: New port
General transparency

Trillian is an implementation of the concepts described in the
Verifiable Data Structures white paper, which in turn is an extension
and generalisation of the ideas which underpin Certificate Transparency.

Trillian implements a Merkle tree whose contents are served from a data
storage layer, to allow scalability to extremely large trees. On top of
this Merkle tree, Trillian provides the following:

- An append-only Log mode, analogous to the original Certificate
  Transparency logs. In this mode, the Merkle tree is effectively filled
  up from the left, giving a dense Merkle tree.

Note that Trillian requires particular applications to provide their own
personalities on top of the core transparent data store functionality.

WWW: https://github.com/google/trillian
2025-05-04 20:44:49 +02:00

8 lines
195 B
Plaintext

bin/createtree
bin/deletetree
bin/trillian_log_server
bin/trillian_log_signer
bin/updatetree
@sample %%ETCDIR%%/trillian_log_server.conf.sample
@sample %%ETCDIR%%/trillian_log_signer.conf.sample