Class: SecretKeys::Encryptor::CipherParams
- Inherits:
-
Struct
- Object
- Struct
- SecretKeys::Encryptor::CipherParams
- Defined in:
- lib/secret_keys/encryptor.rb
Overview
Basic struct to contain nonce, auth_tag, and data for passing around. Thought it was better than just passing an Array with positional params.