# Functions
NewDecrypter creates decrypter for regular encrypted object.
NewMultipartDecrypter creates new decrypted that can decrypt multipart object that contains concatenation of encrypted parts.
NewParams creates new params to encrypt with provided key.
# Structs
Decrypter allows decrypt payload of encrypted object.
ObjectEncryption stores parsed object encryption headers.
Params contains encryption key info.
Range stores payload interval.