# Functions
CreateHashes creates a new hash for all secrets provided.
New returns a new Config containing all the defaults for the rpc provider.
NewSHA256 returns a map of SHA256 HMACs from the given secrets.
NewSHA512 returns a map of SHA512 HMACs from the given secrets.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProviderName for the RPC implementation.
ProviderProtocol for the rpc implementation.
SHA256 is the SHA256 algorithm.
SHA256Short is the short version of the SHA256 algorithm.
SHA512 is the SHA512 algorithm.
SHA512Short is the short version of the SHA512 algorithm.
No description provided by the author
# Variables
Features implemented by the RPC provider.
# Structs
BootDeviceParams are the parameters options used when setting a boot device.
No description provided by the author
No description provided by the author
No description provided by the author
PowerSetParams are the parameters options used when setting the power state.
Provider defines the configuration for sending rpc notifications.
No description provided by the author
RequestPayload is the payload sent to the ConsumerURL.
No description provided by the author
ResponsePayload is the payload received from the ConsumerURL.
No description provided by the author
PowerGetParams are the parameters options used when getting the power state.
# Type aliases
Algorithm is the type for HMAC algorithms.
No description provided by the author
No description provided by the author
No description provided by the author
Secrets hold per algorithm slice secrets.
Signatures hold per algorithm slice of signatures.