# Functions
Must panics in case of error.
StaticAuthorizedKeys returns an AuthorizedKeysStorage that uses the given public keys.
StaticAuthorizedKeysFromRaw returns an AuthorizedKeysStorage that uses the given public keys.
# Variables
ErrPublicKeyNotFound is returned by AuthorizedKeysStorage.GetPublicKey if authorized key is not found.
# Interfaces
AuthorizedKeysStorage represents an authorized public keys storage.