Class: HrrRbSsh::Transport::MacAlgorithm::HmacSha1
- Inherits:
 - 
      HrrRbSsh::Transport::MacAlgorithm
      
        
- Object
 - HrrRbSsh::Transport::MacAlgorithm
 - HrrRbSsh::Transport::MacAlgorithm::HmacSha1
 
 
- Includes:
 - Functionable
 
- Defined in:
 - lib/hrr_rb_ssh/transport/mac_algorithm/hmac_sha1.rb
 
Constant Summary collapse
- NAME =
 'hmac-sha1'- PREFERENCE =
 40- DIGEST =
 'sha1'- DIGEST_LENGTH =
 20- KEY_LENGTH =
 20
Method Summary
Methods included from Functionable
#compute, #digest_length, #initialize, #key_length