Crate fitgirl_decrypt

Source

Re-exports§

pub use base64;

Structs§

Attachment
Attachment is from the decrypted paste JSON.
Cipher
Cipher contains AES-GCM related fields, which is an array in original JSON.
CipherInfo
CipherInfo is directly from the JSON returned from privatebin.
Paste
Paste stores pasteid and key.

Enums§

CompressionType
Error
Possible errors during requesting/decrypting/decoding/deserialization e.g.

Type Aliases§

Result
Alias of Result with Error as E.