# Functions
Decode finds the first clearsigned message in data and returns it, as well as the suffix of data which remains after the message.
Encode returns a WriteCloser which will clear-sign a message with privateKey and write it to w.
EncodeMulti returns a WriteCloser which will clear-sign a message with all the private keys indicated and write it to w.