package coniks

import "github.com/google/trillian/merkle/coniks"

Package coniks provides CONIKS hashing for maps.

Index

Variables

var Default = hasher.Default

Default is the standard CONIKS hasher.

Deprecated: moved to hasher subpackage.

Types

type Hasher

type Hasher = hasher.Hasher

Hasher implements the sparse merkle tree hashing algorithm specified in the CONIKS paper.

Deprecated: moved to hasher subpackage.

func New

func New(h crypto.Hash) *Hasher

New creates a new hashers.TreeHasher using the passed in hash function.

Deprecated: moved to hasher subpackage.

Source Files

coniks.go

Directories

PathSynopsis
merkle/coniks/hasherPackage hasher provides CONIKS hashing for maps.
Version
v1.3.13
Published
Feb 16, 2021
Platform
js/wasm
Imports
4 packages
Last checked
3 hours ago

Tools for package owners.