Documentation ¶
Overview ¶
Package mixkey provides persistent mix keys and associated utilities.
Index ¶
Constants ¶
View Source
const ( // TagLength is the replay tag length in bytes. TagLength = sha512.Size256 // KeyGlob is the pattern that matches the filenames for keys that have // been persisted to disk. KeyGlob = "mixkey-*.db" // KeyFmt is the format string corresponding to filenames for keys that // have been persisted to disk. KeyFmt = "mixkey-%d.db" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MixKey ¶
MixKey is a Katzenpost server mix key.
func (*MixKey) Deref ¶
func (k *MixKey) Deref()
Deref reduces the refcount by one, and closes the key if the refcount hits 0.
func (*MixKey) IsReplay ¶
IsReplay marks a given replay tag as seen, and returns true iff the tag has been seen previously (Test and Set).
func (*MixKey) PrivateKey ¶
func (k *MixKey) PrivateKey() *ecdh.PrivateKey
PrivateKey returns the private component of the key.
func (*MixKey) SetUnlinkIfExpired ¶
SetUnlinkIfExpired sets if the key will be deleted when closed if it is expired.
Click to show internal directories.
Click to hide internal directories.