Documentation ¶
Overview ¶
Package rfc6962 provides hashing functionality according to RFC6962.
Index ¶
- Constants
- Variables
- type Hasherdeprecated
- func New(h crypto.Hash) *Hasherdeprecated
Constants ¶
View Source
const ( RFC6962LeafHashPrefix = hasher.RFC6962LeafHashPrefix RFC6962NodeHashPrefix = hasher.RFC6962NodeHashPrefix )
Domain separation prefixes
Deprecated: moved to hasher subpackage.
Variables ¶
View Source
var DefaultHasher = hasher.DefaultHasher
DefaultHasher is a SHA256 based LogHasher.
Deprecated: moved to hasher subpackage.
Functions ¶
This section is empty.
Types ¶
type Hasher
deprecated
Click to show internal directories.
Click to hide internal directories.