Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶
type Authentication struct {
RawKeyList []string
KeySelectors map[string][]tool.AES192Key
// contains filtered or unexported fields
}
func NewAuthentication ¶
func NewAuthentication(keys []string) *Authentication
func (*Authentication) GetAllAuthKeys ¶
func (a *Authentication) GetAllAuthKeys() map[string]tool.AES192Key
func (*Authentication) GetRandomSalt ¶
func (a *Authentication) GetRandomSalt() []byte
func (*Authentication) GetSaltB64 ¶
func (a *Authentication) GetSaltB64() string
Click to show internal directories.
Click to hide internal directories.