# Functions
From creates a Key from go crypto/* types.
Open reads a key from file, returning a Key.
Open reads a key from file using the provided passphrase, returning a Key.
Parse parses raw key bytes.
ParseString is a shortcut for calling Parse with a string.
Parse parses raw key bytes using the provided passphrase.
# Interfaces
No description provided by the author