Class: HrrRbSsh::Transport::EncryptionAlgorithm::Aes128Ctr

Inherits:
HrrRbSsh::Transport::EncryptionAlgorithm show all
Includes:
Functionable
Defined in:
lib/hrr_rb_ssh/transport/encryption_algorithm/aes128_ctr.rb

Constant Summary collapse

NAME =
'aes128-ctr'
CIPHER_NAME =
"AES-128-CTR"
BLOCK_SIZE =
16

Method Summary

Methods included from Functionable

#block_size, #decrypt, #encrypt, included, #initialize, #iv_length, #key_length

Methods inherited from HrrRbSsh::Transport::EncryptionAlgorithm

[], list, name_list