class TonSdk::Crypto::EncryptionAlgorithm

Attributes

aes_params[R]
type_[R]

Public Class Methods

new_with_type_aes(aes_params:) click to toggle source
# File lib/ton_sdk_client/crypto.rb, line 286
def self.new_with_type_aes(aes_params:)
  @type_ = :aes
  @aes_params = aes_params
end