Sha256: 6cdd86f5083e5c5d5db37eaed3435d61762cdceef741aae941e6c8743e4dd493

Contents?: true

Size: 132 Bytes

Versions: 4

Compression:

Stored size: 132 Bytes

Contents

module OpenPGP
  class Cipher
    ##
    class CAST5 < Cipher
      IDENTIFIER = 3
      ENGINE     = 'CAST5-ECB'
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
openpgp-0.0.3 lib/openpgp/cipher/cast5.rb
klacointe-openpgp-0.0.1.4 lib/openpgp/cipher/cast5.rb
openpgp-0.0.2 lib/openpgp/cipher/cast5.rb
klacointe-openpgp-0.0.1.3 lib/openpgp/cipher/cast5.rb