ciri-crypto 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ed1a25ffdb3a238cc655ca8240ce9628c4f2d2980b39c9bd9535ddc51a60a5a2
4
+ data.tar.gz: '068652f8d6606fdf23eed3cfecceb099ba79889a0be1e85077ba7782c3fb996c'
5
+ SHA512:
6
+ metadata.gz: 2cbec214f56c456110e1c63332f8067cf9750e2545b58cd68a8bf6256ed5f13207394d7a3114d8340ca5c7876bae3b7f403799d1827070047fcb0ca82ed752f5
7
+ data.tar.gz: 5f8ee8ed224fb3e4b5220dfe882f4e26b5c06ebb292414550572fcfac25b684a16ea0d66d79edd1282b60555c859b7c9d8f8e85afe853b9ba3470503bbbd3fd9
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.5.1
5
+ before_install: gem install bundler -v 1.16.2
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at classicalliu@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in ciri-crypto.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,43 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ciri-crypto (0.1.0)
5
+ bitcoin-secp256k1 (~> 0.4.0)
6
+ ciri-utils (~> 0.2.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ bitcoin-secp256k1 (0.4.0)
12
+ ffi (>= 1.9.10)
13
+ ciri-utils (0.2.0)
14
+ digest-sha3 (~> 1.1.0)
15
+ diff-lcs (1.3)
16
+ digest-sha3 (1.1.0)
17
+ ffi (1.9.25)
18
+ rake (10.5.0)
19
+ rspec (3.7.0)
20
+ rspec-core (~> 3.7.0)
21
+ rspec-expectations (~> 3.7.0)
22
+ rspec-mocks (~> 3.7.0)
23
+ rspec-core (3.7.1)
24
+ rspec-support (~> 3.7.0)
25
+ rspec-expectations (3.7.0)
26
+ diff-lcs (>= 1.2.0, < 2.0)
27
+ rspec-support (~> 3.7.0)
28
+ rspec-mocks (3.7.0)
29
+ diff-lcs (>= 1.2.0, < 2.0)
30
+ rspec-support (~> 3.7.0)
31
+ rspec-support (3.7.1)
32
+
33
+ PLATFORMS
34
+ ruby
35
+
36
+ DEPENDENCIES
37
+ bundler (~> 1.16)
38
+ ciri-crypto!
39
+ rake (~> 10.0)
40
+ rspec (~> 3.0)
41
+
42
+ BUNDLED WITH
43
+ 1.16.2
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 classicalliu
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,56 @@
1
+ # Ciri::Crypto
2
+
3
+ Crypto module of [Ciri](https://github.com/ciri-ethereum/ciri)
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'ciri-crypto'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install ciri-crypto
20
+
21
+ ## Usage
22
+
23
+ ```ruby
24
+ # signature
25
+ Ciri::Crypto.esdsa_signature(key, data)
26
+
27
+ # recover
28
+ Ciri::Crypto.ecdsa_recover(msg, signature, return_raw_key: true)
29
+
30
+ # ecies encrypt
31
+ Ciri::Crypto.ecies_encrypt(message, raw_pubkey, shared_mac_data = '')
32
+
33
+ # ecies decrypt
34
+ Ciri::Crypto.ecies_encrypt(data, private_key, shared_mac_data = '')
35
+
36
+ # ensure secp256k1 key
37
+ Ciri::Crypto.ensure_secp256k1_key(private_key)
38
+ ```
39
+
40
+ ## Development
41
+
42
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
43
+
44
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
45
+
46
+ ## Contributing
47
+
48
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ciri-crypto. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
49
+
50
+ ## License
51
+
52
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
53
+
54
+ ## Code of Conduct
55
+
56
+ Everyone interacting in the Ciri::Crypto project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/ciri-crypto/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "ciri/crypto"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,40 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "ciri/crypto/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "ciri-crypto"
8
+ spec.version = Ciri::Crypto::VERSION
9
+ spec.authors = ["classicalliu"]
10
+ spec.email = ["classicalliu@gmail.com"]
11
+
12
+ spec.summary = %q{Crypto module of [Ciri](https://github.com/ciri-ethereum/ciri)}
13
+ spec.description = %q{A Ciri crypto module}
14
+ spec.homepage = "https://github.com/ciri-ethereum/ciri"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata["allowed_push_host"] = "https://rubygems.org/"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
26
+ # Specify which files should be added to the gem when it is released.
27
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
28
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
29
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
30
+ end
31
+ spec.bindir = "exe"
32
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
+ spec.require_paths = ["lib"]
34
+
35
+ spec.add_development_dependency "bundler", "~> 1.16"
36
+ spec.add_development_dependency "rake", "~> 10.0"
37
+ spec.add_development_dependency "rspec", "~> 3.0"
38
+ spec.add_dependency "ciri-utils", "~> 0.2.0"
39
+ spec.add_dependency 'bitcoin-secp256k1', '~> 0.4.0'
40
+ end
@@ -0,0 +1,149 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright (c) 2018, by Jiang Jinyang. <https://justjjy.com>, classicalliu.
4
+ #
5
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ # of this software and associated documentation files (the "Software"), to deal
7
+ # in the Software without restriction, including without limitation the rights
8
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ # copies of the Software, and to permit persons to whom the Software is
10
+ # furnished to do so, subject to the following conditions:
11
+ #
12
+ # The above copyright notice and this permission notice shall be included in
13
+ # all copies or substantial portions of the Software.
14
+ #
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ # THE SOFTWARE.
22
+
23
+
24
+ # this module include several methods translated from pydevp2p.devp2p.crypto
25
+
26
+ require "ciri/crypto/version"
27
+ require 'openssl'
28
+ require 'ciri/utils'
29
+ require 'secp256k1'
30
+
31
+ require_relative "./crypto/errors"
32
+ require_relative "./crypto/signature"
33
+ require_relative "./key"
34
+
35
+ module Ciri
36
+ module Crypto
37
+ extend self
38
+
39
+ ECIES_CIPHER_NAME = 'aes-128-ctr'
40
+
41
+ def ecdsa_signature(key, data)
42
+ secp256k1_key = ensure_secp256k1_key(privkey: key)
43
+ signature, recid = secp256k1_key.ecdsa_recoverable_serialize(secp256k1_key.ecdsa_sign_recoverable(data, raw: true))
44
+ Signature.new(signature: signature + Ciri::Utils.big_endian_encode(recid, "\x00".b))
45
+ end
46
+
47
+ def ecdsa_recover(msg, signature, return_raw_key: true)
48
+ signature = Signature.new(signature: signature) unless signature.is_a?(Signature)
49
+ pk = Secp256k1::PrivateKey.new(flags: Secp256k1::ALL_FLAGS)
50
+ sig, recid = signature.signature[0..-2], signature.v
51
+
52
+ recsig = pk.ecdsa_recoverable_deserialize(sig, recid % 4)
53
+ pubkey = pk.ecdsa_recover(msg, recsig, raw: true)
54
+
55
+ key = Secp256k1::PublicKey.new(pubkey: pubkey)
56
+ return_raw_key ? key.serialize(compressed: false) : key
57
+ rescue Secp256k1::AssertError => e
58
+ raise ECDSASignatureError.new(e)
59
+ end
60
+
61
+ def ecies_encrypt(message, raw_pubkey, shared_mac_data = '')
62
+ pubkey = raw_pubkey.is_a?(OpenSSL::PKey::EC) ? raw_pubkey : ec_pkey_from_raw(raw_pubkey)
63
+
64
+ # compute keys
65
+ ephem_key = OpenSSL::PKey::EC.new('secp256k1')
66
+ ephem_key.generate_key
67
+ shared_secret = ephem_key.dh_compute_key(pubkey.public_key)
68
+ key = ecies_kdf(shared_secret, 32)
69
+ key_enc, key_mac = key[0...16], key[16..-1]
70
+
71
+ key_mac = Digest::SHA256.digest(key_mac)
72
+ ephem_raw_pubkey = ephem_key.public_key.to_bn.to_s(2)
73
+
74
+ cipher = OpenSSL::Cipher.new(ECIES_CIPHER_NAME)
75
+ cipher.encrypt
76
+ iv = cipher.random_iv
77
+ cipher.key = key_enc
78
+ cipher_text = cipher.update(message) + cipher.final
79
+ msg = ephem_raw_pubkey + iv + cipher_text
80
+ tag = hmac_sha256(key_mac, msg[ephem_raw_pubkey.size..-1] + shared_mac_data)
81
+ msg + tag
82
+ end
83
+
84
+ def ecies_decrypt(data, priv_key, shared_mac_data = '')
85
+ raise ECIESDecryptionError.new('invalid header') if data[0] != "\x04"
86
+
87
+ # compute shared_secret
88
+ ephem_raw_pubkey = data[0..64]
89
+ # add first byte tag
90
+ ephem_pubkey = ec_pkey_from_raw(ephem_raw_pubkey)
91
+ shared_secret = priv_key.dh_compute_key(ephem_pubkey.public_key)
92
+
93
+ key = ecies_kdf(shared_secret, 32)
94
+ key_enc, key_mac = key[0...16], key[16..-1]
95
+
96
+ # verify data
97
+ key_mac = Digest::SHA256.digest(key_mac)
98
+ tag = data[-32..-1]
99
+ unless Ciri::Utils.secret_compare(hmac_sha256(key_mac, data[65...-32] + shared_mac_data), tag)
100
+ raise ECIESDecryptionError.new("Fail to verify data")
101
+ end
102
+
103
+ # decrypt data
104
+ cipher = OpenSSL::Cipher.new(ECIES_CIPHER_NAME)
105
+
106
+ iv_start = 65
107
+ iv_end = iv_start + cipher.iv_len
108
+ iv = data[iv_start...iv_end]
109
+ ciphertext = data[iv_end...-32]
110
+
111
+ cipher.decrypt
112
+ cipher.key = key_enc
113
+ cipher.iv = iv
114
+ cipher.update(ciphertext) + cipher.final
115
+ end
116
+
117
+ def ensure_secp256k1_key(privkey:)
118
+ privkey.is_a?(Secp256k1::BaseKey) ? privkey : Secp256k1::PrivateKey.new(privkey: privkey)
119
+ end
120
+
121
+ private
122
+
123
+ def ecies_kdf(key_material, key_len)
124
+ s1 = ''.b
125
+ key = ''.b
126
+ hash_block_size = 64
127
+ reps = ((key_len + 7) * 8) / (hash_block_size * 8)
128
+ counter = 0
129
+ while counter <= reps
130
+ counter += 1
131
+ ctx = Digest::SHA256.new
132
+ ctx.update([counter].pack("I>*"))
133
+ ctx.update(key_material)
134
+ ctx.update(s1)
135
+ key += ctx.digest
136
+ end
137
+ key
138
+ end
139
+
140
+ def hmac_sha256(key, data)
141
+ OpenSSL::HMAC.digest(OpenSSL::Digest.new('sha256'), key, data)
142
+ end
143
+
144
+ def ec_pkey_from_raw(raw_pubkey, raw_privkey: nil)
145
+ Ciri::Utils.create_ec_pk(raw_pubkey: raw_pubkey, raw_privkey: raw_privkey)
146
+ end
147
+
148
+ end
149
+ end
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright (c) 2018, by Jiang Jinyang. <https://justjjy.com>, classicalliu.
4
+ #
5
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ # of this software and associated documentation files (the "Software"), to deal
7
+ # in the Software without restriction, including without limitation the rights
8
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ # copies of the Software, and to permit persons to whom the Software is
10
+ # furnished to do so, subject to the following conditions:
11
+ #
12
+ # The above copyright notice and this permission notice shall be included in
13
+ # all copies or substantial portions of the Software.
14
+ #
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ # THE SOFTWARE.
22
+
23
+ module Ciri
24
+ module Crypto
25
+ class Error < StandardError
26
+ end
27
+
28
+ class ECIESDecryptionError < Error
29
+ end
30
+
31
+ class ECDSASignatureError < Error
32
+ end
33
+ end
34
+ end
@@ -0,0 +1,76 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright (c) 2018, by Jiang Jinyang. <https://justjjy.com>, classicalliu.
4
+ #
5
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ # of this software and associated documentation files (the "Software"), to deal
7
+ # in the Software without restriction, including without limitation the rights
8
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ # copies of the Software, and to permit persons to whom the Software is
10
+ # furnished to do so, subject to the following conditions:
11
+ #
12
+ # The above copyright notice and this permission notice shall be included in
13
+ # all copies or substantial portions of the Software.
14
+ #
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ # THE SOFTWARE.
22
+
23
+ require "ciri/utils"
24
+ require_relative "./errors"
25
+
26
+ module Ciri
27
+ module Crypto
28
+
29
+ SECP256K1N = 115792089237316195423570985008687907852837564279074904382605163141518161494337
30
+
31
+ class Signature
32
+ attr_reader :r, :s, :v
33
+
34
+ def initialize(signature: nil, vrs: nil)
35
+ if !!signature == !!vrs
36
+ raise ArgumentError.new("should pass signature_bytes or vrs, but can't provide both together")
37
+ end
38
+
39
+ if signature
40
+ unless signature.size == 65
41
+ raise ECDSASignatureError.new("signature size should be 65, got: #{signature.size}")
42
+ end
43
+
44
+ @r = Utils.big_endian_decode(signature[0...32])
45
+ @s = Utils.big_endian_decode(signature[32...64])
46
+ @v = Utils.big_endian_decode(signature[64])
47
+ else
48
+ @v, @r, @s = vrs
49
+
50
+ unless self.signature.size == 65
51
+ raise ECDSASignatureError.new("vrs is incorrect")
52
+ end
53
+ end
54
+ end
55
+
56
+ def signature
57
+ @signature ||= Utils.big_endian_encode(@r, "\x00".b, size: 32) +
58
+ Utils.big_endian_encode(@s, "\x00".b, size: 32) +
59
+ Utils.big_endian_encode(@v, "\x00".b)
60
+ end
61
+
62
+ alias to_s signature
63
+
64
+ def valid?
65
+ v <= 1 &&
66
+ r < SECP256K1N && r >= 1 &&
67
+ s < SECP256K1N && s >= 1
68
+ end
69
+
70
+ def low_s?
71
+ s < (SECP256K1N / 2)
72
+ end
73
+ end
74
+
75
+ end
76
+ end
@@ -0,0 +1,5 @@
1
+ module Ciri
2
+ module Crypto
3
+ VERSION = "0.1.0"
4
+ end
5
+ end
data/lib/ciri/key.rb ADDED
@@ -0,0 +1,88 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright (c) 2018, by Jiang Jinyang. <https://justjjy.com>, classicalliu.
4
+ #
5
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ # of this software and associated documentation files (the "Software"), to deal
7
+ # in the Software without restriction, including without limitation the rights
8
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ # copies of the Software, and to permit persons to whom the Software is
10
+ # furnished to do so, subject to the following conditions:
11
+ #
12
+ # The above copyright notice and this permission notice shall be included in
13
+ # all copies or substantial portions of the Software.
14
+ #
15
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ # THE SOFTWARE.
22
+
23
+
24
+ require 'openssl'
25
+ require 'ciri/utils'
26
+ require_relative 'crypto'
27
+
28
+ module Ciri
29
+
30
+ # Ciri::Key represent private/public key pair, it support several encryption methods used in Ethereum
31
+ #
32
+ # Examples:
33
+ #
34
+ # key = Ciri::Key.random
35
+ # key.ecdsa_signature(data)
36
+ #
37
+ class Key
38
+
39
+ class << self
40
+ def ecdsa_recover(msg, signature)
41
+ raw_public_key = Crypto.ecdsa_recover(msg, signature, return_raw_key: true)
42
+ Ciri::Key.new(raw_public_key: raw_public_key)
43
+ end
44
+
45
+ def random
46
+ ec_key = OpenSSL::PKey::EC.new('secp256k1')
47
+ ec_key.generate_key
48
+ Ciri::Key.new(ec_key: ec_key)
49
+ end
50
+ end
51
+
52
+ attr_reader :ec_key
53
+
54
+ # initialized from ec_key or raw keys
55
+ # ec_key is a OpenSSL::PKey::EC object, raw keys is bytes presented keys
56
+ def initialize(ec_key: nil, raw_public_key: nil, raw_private_key: nil)
57
+ @ec_key = ec_key || Ciri::Utils.create_ec_pk(raw_privkey: raw_private_key, raw_pubkey: raw_public_key)
58
+ end
59
+
60
+ # raw public key
61
+ def raw_public_key
62
+ @raw_public_key ||= ec_key.public_key.to_bn.to_s(2)
63
+ end
64
+
65
+ def ecdsa_signature(data)
66
+ Crypto.ecdsa_signature(secp256k1_key, data)
67
+ end
68
+
69
+ def ecies_encrypt(message, shared_mac_data = '')
70
+ Crypto.ecies_encrypt(message, ec_key, shared_mac_data)
71
+ end
72
+
73
+ def ecies_decrypt(data, shared_mac_data = '')
74
+ Crypto.ecies_decrypt(data, ec_key, shared_mac_data)
75
+ end
76
+
77
+ private
78
+
79
+ def secp256k1_key
80
+ privkey = ec_key.private_key.to_s(2)
81
+ # some times below error will occurs, raise error with more detail
82
+ unless privkey.instance_of?(String) && privkey.size == 32
83
+ raise ArgumentError, "privkey must be composed of 32 bytes, #{bytes}: #{privkey.size} privkey: #{Utils.to_hex privkey}"
84
+ end
85
+ @secp256k1_key ||= Crypto.ensure_secp256k1_key(privkey: privkey)
86
+ end
87
+ end
88
+ end
metadata ADDED
@@ -0,0 +1,132 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ciri-crypto
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - classicalliu
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2018-07-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: ciri-utils
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 0.2.0
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 0.2.0
69
+ - !ruby/object:Gem::Dependency
70
+ name: bitcoin-secp256k1
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 0.4.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 0.4.0
83
+ description: A Ciri crypto module
84
+ email:
85
+ - classicalliu@gmail.com
86
+ executables: []
87
+ extensions: []
88
+ extra_rdoc_files: []
89
+ files:
90
+ - ".gitignore"
91
+ - ".rspec"
92
+ - ".travis.yml"
93
+ - CODE_OF_CONDUCT.md
94
+ - Gemfile
95
+ - Gemfile.lock
96
+ - LICENSE.txt
97
+ - README.md
98
+ - Rakefile
99
+ - bin/console
100
+ - bin/setup
101
+ - ciri-crypto.gemspec
102
+ - lib/ciri/crypto.rb
103
+ - lib/ciri/crypto/errors.rb
104
+ - lib/ciri/crypto/signature.rb
105
+ - lib/ciri/crypto/version.rb
106
+ - lib/ciri/key.rb
107
+ homepage: https://github.com/ciri-ethereum/ciri
108
+ licenses:
109
+ - MIT
110
+ metadata:
111
+ allowed_push_host: https://rubygems.org/
112
+ post_install_message:
113
+ rdoc_options: []
114
+ require_paths:
115
+ - lib
116
+ required_ruby_version: !ruby/object:Gem::Requirement
117
+ requirements:
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: '0'
121
+ required_rubygems_version: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ">="
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ requirements: []
127
+ rubyforge_project:
128
+ rubygems_version: 2.7.6
129
+ signing_key:
130
+ specification_version: 4
131
+ summary: Crypto module of [Ciri](https://github.com/ciri-ethereum/ciri)
132
+ test_files: []