trillian 1.6.0-3 source package in Ubuntu

Changelog

trillian (1.6.0-3) unstable; urgency=medium

  * Team upload
  * Disable quota plugin for redis. It has alpha status and not currently
    in testing.

 -- Reinhard Tartler <email address hidden>  Sun, 23 Jun 2024 18:09:31 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
trillian_1.6.0-3.dsc 2.8 KiB 57fd53c45598bd18449badf6f2fe3e461e8dd0bbf2f81725f0a4be9c232e0d30
trillian_1.6.0.orig.tar.gz 2.1 MiB 0fc90d4199223502880bd21a21e180ba1a11660be13e3628115aca9bf022c670
trillian_1.6.0-3.debian.tar.xz 5.8 KiB 7c91298de548fbe096f6cb97224336d67d5dd7152e34c138f43dfb67b52434eb

Available diffs

No changes file available.

Binary packages built by this source

golang-github-google-trillian-dev: transparent scalable and cryptographically verifiable data store (library)

 Trillian is an implementation of the concepts described in the
 Verifiable Data Structures (/docs/papers/VerifiableDataStructures.pdf)
 white paper, which in turn is an extension and generalisation of the
 ideas which underpin Certificate Transparency (https://certificate-
 transparency.org).
 .
 Trillian implements a Merkle tree
 (https://en.wikipedia.org/wiki/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 (https://certificate-transparency.org) logs.
    In this mode, the Merkle tree is effectively filled up from the left,
    giving a *dense* Merkle tree.
 .
 Certificate Transparency (CT) (https://tools.ietf.org/html/rfc6962) is
 the most well-known and widely deployed transparency application, and an
 implementation of CT as a Trillian personality is available in the
 certificate-transparency-go repo (https://github.com/google/certificate-
 transparency-go/blob/master/trillian).
 .
 This package contains a stripped down library for use by rekor.