Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NewWrapper func() *Wrapper = baseaead.NewWrapper NewShamirWrapper func() *ShamirWrapper = baseaead.NewShamirWrapper WithAeadType func(wrapping.AeadType) wrapping.Option = baseaead.WithAeadType WithHashType func(wrapping.HashType) wrapping.Option = baseaead.WithHashType WithInfo func([]byte) wrapping.Option = baseaead.WithInfo WithKey func([]byte) wrapping.Option = baseaead.WithKey WithSalt func([]byte) wrapping.Option = baseaead.WithSalt WithRandomReader func(io.Reader) wrapping.Option = baseaead.WithRandomReader )
Functions ¶
This section is empty.
Types ¶
type ShamirWrapper ¶
type ShamirWrapper = baseaead.ShamirWrapper
Click to show internal directories.
Click to hide internal directories.