MCPcopy
hub / github.com/FiloSottile/age / ScryptIdentity

Struct ScryptIdentity

scrypt.go:115–118  ·  view source on GitHub ↗

ScryptIdentity is a password-based identity.

Source from the content-addressed store, hash-verified

113
114// ScryptIdentity is a password-based identity.
115type ScryptIdentity struct {
116 password []byte
117 maxWorkFactor int
118}
119
120var _ Identity = &ScryptIdentity{}
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected