Class: UnixCrypt::DES

Inherits:
Base
  • Object
show all
Defined in:
lib/unix_crypt/des.rb

Class Method Summary collapse

Methods inherited from Base

build, generate_salt

Class Method Details

.hash(*args) ⇒ Object



2
3
4
# File 'lib/unix_crypt/des.rb', line 2

def self.hash(*args)
  raise "Unimplemented for DES"
end