Module: Origami::Encryption::Identity
- Defined in:
- lib/origami/encryption.rb
Overview
Identity transformation.
Class Method Summary collapse
Class Method Details
permalink .decrypt(_key, data) ⇒ Object
[View source]
587 588 589 |
# File 'lib/origami/encryption.rb', line 587 def Identity.decrypt(_key, data) data end |
permalink .encrypt(_key, data) ⇒ Object
[View source]
583 584 585 |
# File 'lib/origami/encryption.rb', line 583 def Identity.encrypt(_key, data) data end |