2021-05-24 01:24:22 +08:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2014-12-31 00:03:17 +08:00
|
|
|
module Zip
|
2022-11-07 05:26:37 +08:00
|
|
|
class Encrypter # :nodoc:all
|
2014-12-31 00:03:17 +08:00
|
|
|
end
|
|
|
|
|
2022-11-07 05:26:37 +08:00
|
|
|
class Decrypter # :nodoc:all
|
2014-12-31 00:03:17 +08:00
|
|
|
end
|
|
|
|
end
|
2015-01-04 02:36:53 +08:00
|
|
|
|
|
|
|
# Copyright (C) 2002, 2003 Thomas Sondergaard
|
|
|
|
# rubyzip is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the ruby license.
|