# Functions
No description provided by the author
Decrypts the base64-encoded string end decrypts with the private key.
displaySyntaxError will display more information such as line and error type given an error and the data that was unmarshalled.
Encrypts secret with all public keys and base64-encodes the result.
Assembles entity list from keys in given files.
IncludesPrefix checks if needle is in haystack.
IncludesPrefix checks if any item in haystack is a prefix of needle.
JSONPointerPath builds a JSON pointer path according to spec, see https://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07#section-3.
No description provided by the author
No description provided by the author
ReadFile reads the content of given filename and returns it as a string.
Remove removes val from slice.
# Interfaces
FileStater is a helper interface to allow testing.