ccrypto 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,130 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ccrypto
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ian
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-08-11 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: teLogger
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: toolrack
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: activesupport
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: devops_assist
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ description: ''
70
+ email:
71
+ - cameronian0@protonmail.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - ".rspec"
77
+ - Gemfile
78
+ - Gemfile.lock
79
+ - README.md
80
+ - Rakefile
81
+ - bin/console
82
+ - bin/setup
83
+ - ccrypto.gemspec
84
+ - lib/ccrypto.rb
85
+ - lib/ccrypto/algo_factory.rb
86
+ - lib/ccrypto/asn1.rb
87
+ - lib/ccrypto/asn1_object.rb
88
+ - lib/ccrypto/configs/algo_config.rb
89
+ - lib/ccrypto/configs/cipher_config.rb
90
+ - lib/ccrypto/configs/compress_config.rb
91
+ - lib/ccrypto/configs/digest_config.rb
92
+ - lib/ccrypto/configs/hmac_config.rb
93
+ - lib/ccrypto/configs/kdf_config.rb
94
+ - lib/ccrypto/configs/key_config.rb
95
+ - lib/ccrypto/configs/keypair_config.rb
96
+ - lib/ccrypto/configs/pkcs7_config.rb
97
+ - lib/ccrypto/configs/secret_sharing_config.rb
98
+ - lib/ccrypto/configs/secure_random_config.rb
99
+ - lib/ccrypto/configs/x509_cert_profile.rb
100
+ - lib/ccrypto/key_bundle.rb
101
+ - lib/ccrypto/private_key.rb
102
+ - lib/ccrypto/provider.rb
103
+ - lib/ccrypto/public_key.rb
104
+ - lib/ccrypto/secret_key.rb
105
+ - lib/ccrypto/util_factory.rb
106
+ - lib/ccrypto/version.rb
107
+ - lib/ccrypto/x509_cert.rb
108
+ homepage: https://github.com/cameronian/ccrypto
109
+ licenses: []
110
+ metadata: {}
111
+ post_install_message:
112
+ rdoc_options: []
113
+ require_paths:
114
+ - lib
115
+ required_ruby_version: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ version: 2.4.0
120
+ required_rubygems_version: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ requirements: []
126
+ rubygems_version: 3.2.22
127
+ signing_key:
128
+ specification_version: 4
129
+ summary: ''
130
+ test_files: []