Skip to content

Commit

Permalink
Merge pull request #23 from alef-0/patch-1
Browse files Browse the repository at this point in the history
Spelling fix - README.md
  • Loading branch information
oleganza authored Nov 27, 2017
2 parents 6ff4a18 + 7ababc6 commit b3bb73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Please see [BTCRuby Reference](documentation/index.md) for API documentation and
* We do not pollute standard classes with our methods. To use utility extensions like `String#to_hex` you should explicitly `require 'btcruby/extensions'`.
* We use OpenSSL `BIGNUM` implementation where compatibility is critical (instead of the built-in Ruby Bignum).
* We enforces canonical and determinstic ECDSA signatures for maximum compatibility and security using native OpenSSL functions.
* We treat endianness explicitly. Even though most systems are little-endian, it never hurts to show where indianness is important.
* We treat endianness explicitly. Even though most systems are little-endian, it never hurts to show where endianness is important.

The goal is to provide a complete Bitcoin toolkit in Ruby.

Expand Down

0 comments on commit b3bb73b

Please sign in to comment.