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