ruby-aes-normal 1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,93 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.3
3
+ specification_version: 1
4
+ name: ruby-aes-normal
5
+ version: !ruby/object:Gem::Version
6
+ version: "1.0"
7
+ date: 2007-08-01 00:00:00 +02:00
8
+ summary: ruby-aes is an implementation of the Rijndael algorithm (AES)
9
+ require_paths:
10
+ - lib
11
+ email: alex.boussinet@gmail.com
12
+ homepage: http://ruby-aes.rubyforge.org
13
+ rubyforge_project: ruby-aes
14
+ description: ruby-aes is an implementation of the Rijndael algorithm (AES)
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Alex Boussinet
31
+ files:
32
+ - CHANGELOG
33
+ - COPYING
34
+ - README
35
+ - Rakefile
36
+ - doc/rdoc
37
+ - doc/rdoc/files
38
+ - doc/rdoc/index.html
39
+ - doc/rdoc/rdoc-style.css
40
+ - doc/rdoc/fr_method_index.html
41
+ - doc/rdoc/fr_class_index.html
42
+ - doc/rdoc/fr_file_index.html
43
+ - doc/rdoc/created.rid
44
+ - doc/rdoc/classes
45
+ - doc/rdoc/files/lib
46
+ - doc/rdoc/files/CHANGELOG.html
47
+ - doc/rdoc/files/README.html
48
+ - doc/rdoc/files/COPYING.html
49
+ - doc/rdoc/files/lib/ruby-aes_rb.html
50
+ - doc/rdoc/classes/Aes.html
51
+ - examples/encrypt_block.rb
52
+ - examples/example_helper.rb
53
+ - examples/encrypt_stream.rb
54
+ - examples/encrypt_buffer.rb
55
+ - lib/ruby-aes
56
+ - lib/ruby-aes.rb
57
+ - test/test_ruby-aes.rb
58
+ - test/test_helper.rb
59
+ - test/KAT_MCT
60
+ - test/KAT_MCT/rijndael-vals.zip
61
+ - test/KAT_MCT/table.128
62
+ - test/KAT_MCT/table.192
63
+ - test/KAT_MCT/table.256
64
+ - test/KAT_MCT/aes_kat_mct.rb
65
+ - lib/ruby-aes/aes_alg.rb
66
+ - lib/ruby-aes/aes_cons.rb
67
+ test_files:
68
+ - test/test_ruby-aes.rb
69
+ - test/test_helper.rb
70
+ rdoc_options:
71
+ - --quiet
72
+ - --title
73
+ - ruby-aes reference
74
+ - --opname
75
+ - index.html
76
+ - --exclude
77
+ - ext
78
+ - --line-numbers
79
+ - --main
80
+ - README
81
+ - --inline-source
82
+ extra_rdoc_files:
83
+ - README
84
+ - CHANGELOG
85
+ - COPYING
86
+ executables: []
87
+
88
+ extensions: []
89
+
90
+ requirements: []
91
+
92
+ dependencies: []
93
+