Versions in this module Expand all Collapse all v0 v0.1.2 Jul 19, 2026 v0.1.1 Jul 19, 2026 Changes in this version + type DiceWare struct + func New() *DiceWare + func (d *DiceWare) Configure(words uint, digits uint, caps bool, scattered bool) error + func (d *DiceWare) Gen() (*passphrase, error) + func (d *DiceWare) Load(path string) error + func (d *DiceWare) LoadReader(r io.Reader) error