Versions in this module Expand all Collapse all v0 v0.6.1 Feb 26, 2019 Changes in this version + const DefaultContentLengthBytes + const DefaultRandomSeed + type Check struct + Algorithm string + Expected []byte + Object Object + func (c Check) VerifyDigest() ([]byte, error) + type Crvd struct + BodyProvider func() io.Reader + ContentLength int64 + Object Object + RandomSeed int64 + func NewCrvd(target Target, key string, contentLength int64, randomSeed int64) *Crvd + func NewDefaultCrvd(target Target, key string) *Crvd + func (c *Crvd) CreateRetrieveVerify() error + func (c *Crvd) CreateRetrieveVerifyDelete() error + func (c *Crvd) NewBody() io.Reader + type Keys struct + Endpoint Target + KeyList KeyList + func NewKeys(target Target, keyList KeyList) Keys + func (k *Keys) Check(key string) (err error) + func (k *Keys) CheckAll(okOut io.Writer, badOut io.Writer, raw bool) ([]KeyResult, error)