Method: Origami::Encryption::RC4#initialize
- Defined in:
- lib/origami/encryption.rb
#initialize(key) ⇒ RC4
Creates and initialises a new RC4 generator using given key
544 545 546 |
# File 'lib/origami/encryption.rb', line 544 def initialize(key) @key = key end |