Documentation ¶
Index ¶
- Variables
- func NewBand(n string) (err error)
- func Shutdown(pfn, mfn string, debug bool) (err error)
- func Sign(contents []byte) ([]byte, error)
- func SignAs(contents []byte, edkey *ed25519.PrivateKey, pbkey []byte) (encoded []byte, err error)
- func Startup(pfn, mfn, n string, init, force, debug bool) (err error)
- func Untampered(c *Claim) (ok bool)
- func Verify(contents []byte, encoded []byte, pubkey string) (err error)
- type Claim
- type Shah
- type Stmt
Constants ¶
This section is empty.
Variables ¶
View Source
var Bands map[Shah]*Claim
View Source
var Claims map[Shah]*Claim
View Source
var Founds map[Shah]*Claim
View Source
var Idents map[Shah]*Claim // indexed by Shah of pubkey
View Source
var MyPrivateCert []byte
View Source
var MyPrivateKey *ed25519.PrivateKey
View Source
var Names map[Shah]*Claim // indexed by shah of name with greatest C
View Source
var Stmts map[Shah]*Stmt
Functions ¶
func Untampered ¶
Types ¶
type Claim ¶
Click to show internal directories.
Click to hide internal directories.