Class: CryptoconditionsRuby::Crypto::RawEncoder

Inherits:
Object
  • Object
show all
Defined in:
lib/cryptoconditions_ruby/crypto.rb

Instance Method Summary collapse

Instance Method Details

#decode(data) ⇒ Object



96
97
98
# File 'lib/cryptoconditions_ruby/crypto.rb', line 96

def decode(data)
  data
end

#encode(data) ⇒ Object



92
93
94
# File 'lib/cryptoconditions_ruby/crypto.rb', line 92

def encode(data)
  data
end