rbnacl 1.0.0.pre → 1.0.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.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +9 -3
- data/images/hash.png +0 -0
- data/lib/rbnacl/version.rb +1 -1
- data/rbnacl.gemspec +4 -1
- metadata +39 -28
- metadata.gz.sig +2 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 15ef68a1b4b1742cf2b8a582119a6772c5faa159
|
|
4
|
+
data.tar.gz: 28a60711d07476e92d19c42981c58ced76e46d22
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9f0da08b8631268141302d8613d0bf161db9868046e1b94b8b069b8042179c5d23e3936bfeaa1e10e8207f683b698faf5d61fcdac5194378dc56e7046fead956
|
|
7
|
+
data.tar.gz: 280fd06fbc3a3805d14ee843df4bd3b46865f0be809d6be2ada67094b140af92c1d6c9cce825ec994371696f855b0d04b8d405af1383a18439b7f5b4a7bcc016
|
checksums.yaml.gz.sig
ADDED
|
Binary file
|
data.tar.gz.sig
ADDED
|
Binary file
|
data/README.md
CHANGED
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|

|
|
2
2
|
======
|
|
3
|
+
[](http://badge.fury.io/rb/rbnacl)
|
|
3
4
|
[](https://travis-ci.org/cryptosphere/rbnacl)
|
|
5
|
+
[](https://gemnasium.com/cryptosphere/rbnacl)
|
|
4
6
|
[](https://codeclimate.com/github/cryptosphere/rbnacl)
|
|
5
7
|
[](https://coveralls.io/r/cryptosphere/rbnacl)
|
|
6
8
|
|
|
7
9
|
A Ruby binding to the state-of-the-art [Networking and Cryptography][nacl]
|
|
8
|
-
library by Daniel J. Bernstein. This is **NOT** Google Native Client.
|
|
9
|
-
is a crypto library.
|
|
10
|
+
library by [Daniel J. Bernstein][djb]. This is **NOT** Google Native Client.
|
|
11
|
+
This is a crypto library.
|
|
10
12
|
|
|
11
13
|
On a completely unrelated topic, RbNaCl is also the empirical formula for
|
|
12
14
|
Rubidium Sodium Chloride.
|
|
13
15
|
|
|
14
16
|
Need help with RbNaCl? Join the [RbNaCl Google Group][group]
|
|
15
17
|
|
|
16
|
-
[nacl]:
|
|
18
|
+
[nacl]: http://nacl.cr.yp.to/
|
|
19
|
+
[djb]: http://cr.yp.to/djb.html
|
|
17
20
|
[group]: http://groups.google.com/group/rbnacl
|
|
18
21
|
|
|
19
22
|
## Why NaCl?
|
|
@@ -162,6 +165,9 @@ that you read them:
|
|
|
162
165
|
* [Curve25519: new Diffie-Hellman speed records](http://cr.yp.to/ecdh/curve25519-20060209.pdf)
|
|
163
166
|
* [Ed25519: High-speed high-security signatures](http://ed25519.cr.yp.to/ed25519-20110926.pdf)
|
|
164
167
|
|
|
168
|
+
For more information on libsodium, please check out the
|
|
169
|
+
[Introducing Sodium blog post](http://labs.umbrella.com/2013/03/06/announcing-sodium-a-new-cryptographic-library/)
|
|
170
|
+
|
|
165
171
|
Have a general interest in cryptography? Check out the free course
|
|
166
172
|
Coursera offers from Stanford University Professor Dan Boneh:
|
|
167
173
|
|
data/images/hash.png
ADDED
|
Binary file
|
data/lib/rbnacl/version.rb
CHANGED
data/rbnacl.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["tony.arcieri@gmail.com"]
|
|
11
11
|
gem.description = "Ruby binding to the Networking and Cryptography (NaCl) library"
|
|
12
12
|
gem.summary = "The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols"
|
|
13
|
-
gem.homepage = "https://github.com/
|
|
13
|
+
gem.homepage = "https://github.com/cryptosphere/rbnacl"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
@@ -25,4 +25,7 @@ Gem::Specification.new do |gem|
|
|
|
25
25
|
|
|
26
26
|
gem.add_development_dependency "rake"
|
|
27
27
|
gem.add_development_dependency "rspec"
|
|
28
|
+
|
|
29
|
+
gem.signing_key = "/home/tony/.sekretz/gem-private_key.pem"
|
|
30
|
+
gem.cert_chain = ["/home/tony/.sekretz/gem-public_cert.pem"]
|
|
28
31
|
end
|
metadata
CHANGED
|
@@ -1,63 +1,77 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbnacl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
5
|
-
MS4wLjAucHJl
|
|
6
|
-
prerelease: 6
|
|
4
|
+
version: 1.0.0
|
|
7
5
|
platform: ruby
|
|
8
6
|
authors:
|
|
9
7
|
- Tony Arcieri
|
|
10
8
|
autorequire:
|
|
11
9
|
bindir: bin
|
|
12
|
-
cert_chain:
|
|
13
|
-
|
|
10
|
+
cert_chain:
|
|
11
|
+
- |
|
|
12
|
+
-----BEGIN CERTIFICATE-----
|
|
13
|
+
MIIDbDCCAlSgAwIBAgIBATANBgkqhkiG9w0BAQUFADA+MRAwDgYDVQQDDAdiYXNj
|
|
14
|
+
dWxlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNjb20w
|
|
15
|
+
HhcNMTMwMzA4MDYwNzA1WhcNMTQwMzA4MDYwNzA1WjA+MRAwDgYDVQQDDAdiYXNj
|
|
16
|
+
dWxlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNjb20w
|
|
17
|
+
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC8S9Y1eahE5w/b0P1jVbO4
|
|
18
|
+
nZbGwJGnGUTPPujZZfCXdkJu1pa8MvsU+pzgm051/yy9bWUp5eMTIjP9Qg+v92gK
|
|
19
|
+
bfjiUoVwAqISW7zD98gbXwdOgcbCjPFfdP7XmAlxbmq0/T+kYXVngfYo737SukWz
|
|
20
|
+
/3LLzfmtzBAZipJhTL3EAvlD2O2n2m/JARtxUwHjohd5199BBrSgbjKBXrbZ159F
|
|
21
|
+
rJzDZef9SLCeXbVL218C4Z4Yf3QvOAvlkBQbYZmD0jnivAvXaoylZnCgIpGUnEiA
|
|
22
|
+
C3raBW2/zMeKZC7dxygqezxwKiA/u4rxeCK3XDwYlRkF35UtAyIbIJYGODJL4MR9
|
|
23
|
+
AgMBAAGjdTBzMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRP3DGA
|
|
24
|
+
NBCsdSMAHGzKpylnYy90ejAcBgNVHREEFTATgRFiYXNjdWxlQGdtYWlsLmNvbTAc
|
|
25
|
+
BgNVHRIEFTATgRFiYXNjdWxlQGdtYWlsLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEA
|
|
26
|
+
NhP3rks+x49coXHS0vPPxXb7V0HDnuYP5R+pN1+T2Z7D4qwJKjEF4EC8mQYtwcNe
|
|
27
|
+
Qquz1t9Uxtr7i3QqjnwhNKlIVig1nikNF+FnApjYs4mwAtMHn77WOwx8wkn7ykej
|
|
28
|
+
7sF7dRE+BLgpJ88/ycnA6zsEiSQVcIMDVpiYUqUBx+MDNnq5jw5dI0Kct8vBirNA
|
|
29
|
+
QiZB6YQD1raVKUTpRubo4i0SnGpbMSxMy+YreqwNQiWG9iWCbp0JJWaOPSYTeQHe
|
|
30
|
+
3L/NVZQttSvxjd+WF6mA9yeCjpomboQMP36GRIZ30SoOVPMGvZ/+QpW52QU7mJW5
|
|
31
|
+
GzWyf92p0uscgUZVTYixjg==
|
|
32
|
+
-----END CERTIFICATE-----
|
|
33
|
+
date: 2013-03-08 00:00:00.000000000 Z
|
|
14
34
|
dependencies:
|
|
15
35
|
- !ruby/object:Gem::Dependency
|
|
16
36
|
name: ffi
|
|
17
37
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
38
|
requirements:
|
|
20
|
-
- -
|
|
39
|
+
- - '>='
|
|
21
40
|
- !ruby/object:Gem::Version
|
|
22
41
|
version: '0'
|
|
23
42
|
type: :runtime
|
|
24
43
|
prerelease: false
|
|
25
44
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
45
|
requirements:
|
|
28
|
-
- -
|
|
46
|
+
- - '>='
|
|
29
47
|
- !ruby/object:Gem::Version
|
|
30
48
|
version: '0'
|
|
31
49
|
- !ruby/object:Gem::Dependency
|
|
32
50
|
name: rake
|
|
33
51
|
requirement: !ruby/object:Gem::Requirement
|
|
34
|
-
none: false
|
|
35
52
|
requirements:
|
|
36
|
-
- -
|
|
53
|
+
- - '>='
|
|
37
54
|
- !ruby/object:Gem::Version
|
|
38
55
|
version: '0'
|
|
39
56
|
type: :development
|
|
40
57
|
prerelease: false
|
|
41
58
|
version_requirements: !ruby/object:Gem::Requirement
|
|
42
|
-
none: false
|
|
43
59
|
requirements:
|
|
44
|
-
- -
|
|
60
|
+
- - '>='
|
|
45
61
|
- !ruby/object:Gem::Version
|
|
46
62
|
version: '0'
|
|
47
63
|
- !ruby/object:Gem::Dependency
|
|
48
64
|
name: rspec
|
|
49
65
|
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
none: false
|
|
51
66
|
requirements:
|
|
52
|
-
- -
|
|
67
|
+
- - '>='
|
|
53
68
|
- !ruby/object:Gem::Version
|
|
54
69
|
version: '0'
|
|
55
70
|
type: :development
|
|
56
71
|
prerelease: false
|
|
57
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
58
|
-
none: false
|
|
59
73
|
requirements:
|
|
60
|
-
- -
|
|
74
|
+
- - '>='
|
|
61
75
|
- !ruby/object:Gem::Version
|
|
62
76
|
version: '0'
|
|
63
77
|
description: Ruby binding to the Networking and Cryptography (NaCl) library
|
|
@@ -79,6 +93,7 @@ files:
|
|
|
79
93
|
- Rakefile
|
|
80
94
|
- images/dragons.png
|
|
81
95
|
- images/ed25519.png
|
|
96
|
+
- images/hash.png
|
|
82
97
|
- images/logo.png
|
|
83
98
|
- lib/rbnacl.rb
|
|
84
99
|
- lib/rbnacl/auth.rb
|
|
@@ -134,32 +149,28 @@ files:
|
|
|
134
149
|
- spec/spec_helper.rb
|
|
135
150
|
- tasks/ci.rake
|
|
136
151
|
- tasks/rspec.rake
|
|
137
|
-
homepage: https://github.com/
|
|
152
|
+
homepage: https://github.com/cryptosphere/rbnacl
|
|
138
153
|
licenses: []
|
|
154
|
+
metadata: {}
|
|
139
155
|
post_install_message:
|
|
140
156
|
rdoc_options: []
|
|
141
157
|
require_paths:
|
|
142
158
|
- lib
|
|
143
159
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
|
-
none: false
|
|
145
160
|
requirements:
|
|
146
|
-
- -
|
|
161
|
+
- - '>='
|
|
147
162
|
- !ruby/object:Gem::Version
|
|
148
163
|
version: '0'
|
|
149
|
-
segments:
|
|
150
|
-
- 0
|
|
151
|
-
hash: 3830560762407570994
|
|
152
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
|
-
none: false
|
|
154
165
|
requirements:
|
|
155
|
-
- -
|
|
166
|
+
- - '>='
|
|
156
167
|
- !ruby/object:Gem::Version
|
|
157
|
-
version:
|
|
168
|
+
version: '0'
|
|
158
169
|
requirements: []
|
|
159
170
|
rubyforge_project:
|
|
160
|
-
rubygems_version:
|
|
171
|
+
rubygems_version: 2.0.2
|
|
161
172
|
signing_key:
|
|
162
|
-
specification_version:
|
|
173
|
+
specification_version: 4
|
|
163
174
|
summary: The Networking and Cryptography (NaCl) library provides a high-level toolkit
|
|
164
175
|
for building cryptographic systems and protocols
|
|
165
176
|
test_files:
|
metadata.gz.sig
ADDED