Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( aes.Module, argon2.Module, ed25519.Module, hmac.Module, rsa.Module, ssh.Module, )
Module for fx.
Functions ¶
Types ¶
type Config ¶
type Config struct { AES *aes.Config `yaml:"aes,omitempty" json:"aes,omitempty" toml:"aes,omitempty"` Ed25519 *ed25519.Config `yaml:"ed25519,omitempty" json:"ed25519,omitempty" toml:"ed25519,omitempty"` HMAC *hmac.Config `yaml:"hmac,omitempty" json:"hmac,omitempty" toml:"hmac,omitempty"` RSA *rsa.Config `yaml:"rsa,omitempty" json:"rsa,omitempty" toml:"rsa,omitempty"` SSH *ssh.Config `yaml:"ssh,omitempty" json:"ssh,omitempty" toml:"ssh,omitempty"` }
Config for crypto.
Click to show internal directories.
Click to hide internal directories.