# Functions
ContainsString returns true if the provided value is in the provided slice.
GetKeyFingerprint returns the fingerprint for a given rsa.PublicKey.
GetPubKeyPem returns the PEM encoded public key.
HashSha256 returns the SHA256 hash of the input.
ReadResponseBody reads the body of a http.Response and returns it.
RemoveString removes the provided value from the provided slice
Returns modified slice.