Class: SecretKeys::Encryptor::CipherParams

Inherits:
Struct
  • Object
show all
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.